Data structures and algorithms: a first course
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
London [u.a.]
Springer
1996
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 419 S. graph. Darst. |
ISBN: | 3540760474 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV010885630 | ||
003 | DE-604 | ||
005 | 20130211 | ||
007 | t | ||
008 | 960729s1996 gw d||| |||| 00||| ger d | ||
016 | 7 | |a 948050284 |2 DE-101 | |
020 | |a 3540760474 |c kart. : DM 38.00 |9 3-540-76047-4 | ||
035 | |a (OCoLC)34958635 | ||
035 | |a (DE-599)BVBBV010885630 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-355 |a DE-91 |a DE-91G |a DE-384 |a DE-739 |a DE-945 |a DE-20 |a DE-706 |a DE-634 |a DE-2070s | ||
050 | 0 | |a QA76.9.D33 | |
082 | 0 | |a 005.13/3 |2 20 | |
084 | |a ST 134 |0 (DE-625)143590: |2 rvk | ||
084 | |a ST 265 |0 (DE-625)143634: |2 rvk | ||
084 | |a DAT 455f |2 stub | ||
084 | |a DAT 530f |2 stub | ||
100 | 1 | |a Adamson, Iain T. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Data structures and algorithms |b a first course |c Iain T. Adamson |
264 | 1 | |a London [u.a.] |b Springer |c 1996 | |
300 | |a XI, 419 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 7 | |a Algorithmes |2 ram | |
650 | 7 | |a Structures de données (informatique) |2 ram | |
650 | 4 | |a Computer algorithms | |
650 | 4 | |a Data structures (Computer science) | |
650 | 0 | 7 | |a Datenstruktur |0 (DE-588)4011146-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Algorithmus |0 (DE-588)4001183-5 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Datenstruktur |0 (DE-588)4011146-5 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Algorithmus |0 (DE-588)4001183-5 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007279158&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-007279158 |
Datensatz im Suchindex
_version_ | 1807320501165490176 |
---|---|
adam_text |
CONTENTS
PREFACE
I
I
DATA
STRUCTURES
1
1
ARRAYS,
RECORDS
AND
LINKED
LISTS
5
1.1
ARRAYS
.
5
1.2
STORAGE
OF
ARRAYS
.
7
1.3
RECORDS
.
11
1.4
LINKED
LISTS
.
13
1.5
EXERCISES
1
.
19
2
STACKS
AND
QUEUES
27
2.1
STACKS
.
27
2.2
APPLICATIONS
OF
STACKS
.
31
2.3
QUEUES
.
42
2.4
EXERCISES
2
.
53
3
BINARY
TREES
57
3.1
BINARY
TREES
.
57
3.2
BINARY
SEARCH
TREES
.
65
3.3
EXERCISES
3
.
71
4
HEAPS
75
4.1
PRIORITY
QUEUES
AND
HEAPS
.
75
4.2
EXERCISES
4
.
86
X
CONTENTS
5
GRAPHS
87
5.1
GRAPHS
AND
THEIR
IMPLEMENTATION
.
87
5.2
GRAPH
TRAVERSALS
.
93
5.3
EXERCISES
5
.
108
II
ALGORITHMS
111
6
ALGORITHMS
AND
COMPLEXITY
113
6.1
ALGORITHMS
.
(
.
113
6.2
COMPLEXITY
OF
ALGORITHMS
.
*
.
116
6.3
EXERCISES
6
.
123
7
SORTING
ALGORITHMS
127
7.1
INTERNAL
SORTING
BY
COMPARISONS
.
130
7.2
OTHER
INTERNAL
SORTING
ALGORITHMS
.
156
7.3
EXTERNAL
SORTING
ALGORITHMS
.
160
7.4
EXERCISES
7
.
168
8
GRAPH
ALGORITHMS
171
8.1
SHORTEST
PATH
ALGORITHMS
.
171
8.2
SPANNING
TREE
ALGORITHMS
.
192
8.3
EXERCISES
8
.
211
9
SOME
MISCELLANEOUS
ALGORITHMS
215
9.1
NUMERICAL
MULTIPLICATION
ALGORITHMS
.
215
9.2
MATRIX
MULTIPLICATION
ALGORITHMS
.
218
9.3
A
STABLE
MARRIAGE
ALGORITHM
.
227
9.4
EXERCISES
9
.
232
III
STORING
AND
SEARCHING
235
10
STORING
IN
ARRAYS
AND
LISTS
239
10.1
SEQUENTIAL
AND
BINARY
SEARCHING
.
239
10.2
HASHING
.
243
10.3
EXERCISES
10
.
254
CONTENTS
XI
11
STORING
IN
BINARY
TREES
257
11.1
STORING
IN
BINARY
SEARCH
TREES
.
257
11.2
STORING
IN
AVL-TREES
.
260
11.3
EXERCISES
11
.
278
12
STORING
IN
MULTIWAY
TREES
279
12.1
MULTIWAY
SEARCH
TREES
.
279
12.2
B-TREES
.
284
12.3
TRIES
.
302
12.4
EXERCISES
12
.
305
IV
SOLUTIONS
309
13
SOLUTIONS
TO
EXERCISES
1
311
14
SOLUTIONS
TO
EXERCISES
2
321
15
SOLUTIONS
TO
EXERCISES
3
329
16
SOLUTIONS
TO
EXERCISES
4
337
17
SOLUTIONS
TO
EXERCISES
5
341
18
SOLUTIONS
TO
EXERCISES
6
347
19
SOLUTIONS
TO
EXERCISES
7
349
20
SOLUTIONS
TO
EXERCISES
8
363
21
SOLUTIONS
TO
EXERCISES
9
375
22
SOLUTIONS
TO
EXERCISES
10
381
23
SOLUTIONS
TO
EXERCISES
11
387
24
SOLUTIONS
TO
EXERCISES
12
397
INDEX
417 |
any_adam_object | 1 |
author | Adamson, Iain T. |
author_facet | Adamson, Iain T. |
author_role | aut |
author_sort | Adamson, Iain T. |
author_variant | i t a it ita |
building | Verbundindex |
bvnumber | BV010885630 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D33 |
callnumber-search | QA76.9.D33 |
callnumber-sort | QA 276.9 D33 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 134 ST 265 |
classification_tum | DAT 455f DAT 530f |
ctrlnum | (OCoLC)34958635 (DE-599)BVBBV010885630 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV010885630</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130211</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">960729s1996 gw d||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">948050284</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540760474</subfield><subfield code="c">kart. : DM 38.00</subfield><subfield code="9">3-540-76047-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)34958635</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV010885630</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-945</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-2070s</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.D33</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 134</subfield><subfield code="0">(DE-625)143590:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 265</subfield><subfield code="0">(DE-625)143634:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 455f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 530f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Adamson, Iain T.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Data structures and algorithms</subfield><subfield code="b">a first course</subfield><subfield code="c">Iain T. Adamson</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">London [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">1996</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 419 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Algorithmes</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Structures de données (informatique)</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer algorithms</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Data structures (Computer science)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenstruktur</subfield><subfield code="0">(DE-588)4011146-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Datenstruktur</subfield><subfield code="0">(DE-588)4011146-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007279158&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-007279158</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV010885630 |
illustrated | Illustrated |
indexdate | 2024-08-14T00:25:43Z |
institution | BVB |
isbn | 3540760474 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007279158 |
oclc_num | 34958635 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-91 DE-BY-TUM DE-91G DE-BY-TUM DE-384 DE-739 DE-945 DE-20 DE-706 DE-634 DE-2070s |
owner_facet | DE-355 DE-BY-UBR DE-91 DE-BY-TUM DE-91G DE-BY-TUM DE-384 DE-739 DE-945 DE-20 DE-706 DE-634 DE-2070s |
physical | XI, 419 S. graph. Darst. |
publishDate | 1996 |
publishDateSearch | 1996 |
publishDateSort | 1996 |
publisher | Springer |
record_format | marc |
spelling | Adamson, Iain T. Verfasser aut Data structures and algorithms a first course Iain T. Adamson London [u.a.] Springer 1996 XI, 419 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Algorithmes ram Structures de données (informatique) ram Computer algorithms Data structures (Computer science) Datenstruktur (DE-588)4011146-5 gnd rswk-swf Algorithmus (DE-588)4001183-5 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Datenstruktur (DE-588)4011146-5 s DE-604 Algorithmus (DE-588)4001183-5 s DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007279158&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Adamson, Iain T. Data structures and algorithms a first course Algorithmes ram Structures de données (informatique) ram Computer algorithms Data structures (Computer science) Datenstruktur (DE-588)4011146-5 gnd Algorithmus (DE-588)4001183-5 gnd |
subject_GND | (DE-588)4011146-5 (DE-588)4001183-5 (DE-588)4123623-3 |
title | Data structures and algorithms a first course |
title_auth | Data structures and algorithms a first course |
title_exact_search | Data structures and algorithms a first course |
title_full | Data structures and algorithms a first course Iain T. Adamson |
title_fullStr | Data structures and algorithms a first course Iain T. Adamson |
title_full_unstemmed | Data structures and algorithms a first course Iain T. Adamson |
title_short | Data structures and algorithms |
title_sort | data structures and algorithms a first course |
title_sub | a first course |
topic | Algorithmes ram Structures de données (informatique) ram Computer algorithms Data structures (Computer science) Datenstruktur (DE-588)4011146-5 gnd Algorithmus (DE-588)4001183-5 gnd |
topic_facet | Algorithmes Structures de données (informatique) Computer algorithms Data structures (Computer science) Datenstruktur Algorithmus Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007279158&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT adamsoniaint datastructuresandalgorithmsafirstcourse |