The art of computer programming: 1 Fundamental algorithms
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Upper Saddle River, NJ ; Munich [u.a.]
Addison-Wesley
2011
|
Ausgabe: | 3. ed., 28. print. |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIX, 652 S. graph. Darst. |
ISBN: | 9780201896831 0201896834 |
Internformat
MARC
LEADER | 00000nam a2200000 cc4500 | ||
---|---|---|---|
001 | BV037396964 | ||
003 | DE-604 | ||
005 | 20140110 | ||
007 | t | ||
008 | 110512s2011 xxud||| |||| 00||| eng d | ||
020 | |a 9780201896831 |9 978-0-201-89683-1 | ||
020 | |a 0201896834 |9 0-201-89683-4 | ||
035 | |a (OCoLC)729964927 | ||
035 | |a (DE-599)BVBBV037396964 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
044 | |a xxu |c XD-US | ||
049 | |a DE-739 |a DE-11 |a DE-863 |a DE-703 |a DE-91G | ||
084 | |a ST 130 |0 (DE-625)143588: |2 rvk | ||
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
100 | 1 | |a Knuth, Donald Ervin |d 1938- |e Verfasser |0 (DE-588)121578437 |4 aut | |
245 | 1 | 0 | |a The art of computer programming |n 1 |p Fundamental algorithms |c Donald E. Knuth |
250 | |a 3. ed., 28. print. | ||
264 | 1 | |a Upper Saddle River, NJ ; Munich [u.a.] |b Addison-Wesley |c 2011 | |
300 | |a XIX, 652 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
773 | 0 | 8 | |w (DE-604)BV037396963 |g 1 |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=022549738&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-022549738 |
Datensatz im Suchindex
DE-BY-863_location | 1000 1340 |
---|---|
DE-BY-FWS_call_number | 1000/ST 130 K74 -1(3)st 1340/ST 130 K74 -1(3)st |
DE-BY-FWS_katkey | 446133 |
DE-BY-FWS_media_number | 083101253428 083101250550 |
_version_ | 1806176335728476160 |
adam_text | CONTENTS
Chapter
1 — Basic
Concepts
1
1.1.
Algorithms
........................... 1
1.2.
Mathematical Preliminaries
.................... 10
1.2.1.
Mathematical Induction
................... 11
1.2.2.
Numbers, Powers, and Logarithms
.............. 21
1.2.3.
Sums and Products
..................... 27
1.2.4.
Integer Functions and Elementary Number Theory
....... 39
1.2.5.
Permutations and Factorials
................. 45
1.2.6.
Binomial Coefficients
.................... 52
1.2.7.
Harmonic Numbers
..................... 75
1.2.8.
Fibonacci Numbers
..................... 79
1.2.9.
Generating Functions
.................... 87
1.2.10.
Analysis of an Algorithm
.................. 96
* 1.2.11.
Asymptotic Representations
................. 107
♦1.2.11.1.
The O-notation
................... 107
♦1.2.11.2.
Euler s summation formula
.............
Ill
♦1.2.11.3.
Some asymptotic calculations
............ 116
1.3.
MIX
............................... 124
1.3.1.
Description of MIX
..................... 124
1.3.2.
The MIX Assembly Language
................. 144
1.3.3.
Applications to Permutations
................ 164
1.4.
Some Fundamental Programming Techniques
............ 186
1.4.1.
Subroutines
........................ 186
1.4.2.
Coroutines
......................... 193
1.4.3.
Interpretive Routines
.................... 200
1.4.3.1.
A MIX simulator
.................. 202
♦1.4.3.2.
Trace routines
................... 212
1.4.4.
Input and Output
..................... 215
1.4.5.
History and Bibliography
.................. 229
Chapter
2 —
Information Structures
................. 232
2.1.
Introduction
................... 232
2.2.
Linear Lists
........................... 238
2.2.1.
Stacks, Queues, and Deques
................. 238
2.2.2.
Sequential Allocation
.................... 244
2.2.3.
Linked Allocation
...................... 254
xviii
CONTENTS xix
2.2.4.
Circular
Lists
....................... 273
2.2.5.
Doubly Linked Lists
.................... 280
2.2.6.
Arrays and Orthogonal Lists
................. 298
2.3.
Trees
.............................. 308
2.3.1.
Traversing Binary Trees
................... 318
2.3.2.
Binary Tree Representation of Trees
............. 334
2.3.3.
Other Representations of Trees
................ 348
2.3.4.
Basic Mathematical Properties of Trees
............ 362
2.3.4.1.
Free trees
..................... 363
2.3.4.2.
Oriented trees
................... 372
♦2.3.4.3. The infinity lemma
................ 382
*2.3.4.4. Enumeration of trees
................ 386
2.3.4.5.
Path length
.................... 399
*2.3.4.6.
History and bibliography
.............. 406
2.3.5.
Lists and Garbage Collection
................. 408
2.4.
Multilinked Structures
...................... 424
2.5.
Dynamic Storage Allocation
.................... 435
2.6.
History and Bibliography
..................... 457
Answers to Exercises
........................ 466
Appendix A
—
Tables of Numerical Quantities
............ 619
1.
Fundamental Constants (decimal)
.............. 619
2.
Fundamental Constants (octal)
................ 620
3.
Harmonic Numbers, Bernoulli Numbers, Fibonacci Numbers
... 621
Appendix
В
—
Index to Notations
.................. 623
AppendixC
—
Index to Algorithms and Theorems
.......... 628
Index and Glossary
......................... 630
|
any_adam_object | 1 |
author | Knuth, Donald Ervin 1938- |
author_GND | (DE-588)121578437 |
author_facet | Knuth, Donald Ervin 1938- |
author_role | aut |
author_sort | Knuth, Donald Ervin 1938- |
author_variant | d e k de dek |
building | Verbundindex |
bvnumber | BV037396964 |
classification_rvk | ST 130 ST 230 |
ctrlnum | (OCoLC)729964927 (DE-599)BVBBV037396964 |
discipline | Informatik |
edition | 3. ed., 28. print. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01320nam a2200337 cc4500</leader><controlfield tag="001">BV037396964</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20140110 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">110512s2011 xxud||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780201896831</subfield><subfield code="9">978-0-201-89683-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0201896834</subfield><subfield code="9">0-201-89683-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)729964927</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV037396964</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">XD-US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-863</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-91G</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 130</subfield><subfield code="0">(DE-625)143588:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Knuth, Donald Ervin</subfield><subfield code="d">1938-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121578437</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">The art of computer programming</subfield><subfield code="n">1</subfield><subfield code="p">Fundamental algorithms</subfield><subfield code="c">Donald E. Knuth</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed., 28. print.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Upper Saddle River, NJ ; Munich [u.a.]</subfield><subfield code="b">Addison-Wesley</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIX, 652 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="773" ind1="0" ind2="8"><subfield code="w">(DE-604)BV037396963</subfield><subfield code="g">1</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</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=022549738&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-022549738</subfield></datafield></record></collection> |
id | DE-604.BV037396964 |
illustrated | Illustrated |
indexdate | 2024-08-01T11:19:40Z |
institution | BVB |
isbn | 9780201896831 0201896834 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-022549738 |
oclc_num | 729964927 |
open_access_boolean | |
owner | DE-739 DE-11 DE-863 DE-BY-FWS DE-703 DE-91G DE-BY-TUM |
owner_facet | DE-739 DE-11 DE-863 DE-BY-FWS DE-703 DE-91G DE-BY-TUM |
physical | XIX, 652 S. graph. Darst. |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | Addison-Wesley |
record_format | marc |
spellingShingle | Knuth, Donald Ervin 1938- The art of computer programming |
title | The art of computer programming |
title_auth | The art of computer programming |
title_exact_search | The art of computer programming |
title_full | The art of computer programming 1 Fundamental algorithms Donald E. Knuth |
title_fullStr | The art of computer programming 1 Fundamental algorithms Donald E. Knuth |
title_full_unstemmed | The art of computer programming 1 Fundamental algorithms Donald E. Knuth |
title_short | The art of computer programming |
title_sort | the art of computer programming fundamental algorithms |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=022549738&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV037396963 |
work_keys_str_mv | AT knuthdonaldervin theartofcomputerprogramming1 |
Inhaltsverzeichnis
THWS Würzburg Zentralbibliothek Lesesaal
Signatur: |
1000 ST 130 K74 |
---|---|
Exemplar 1 | ausleihbar Verfügbar Bestellen |
Würzburg Teilbibliothek SHL, Raum I.2.11
Signatur: |
1340 ST 130 K74 |
---|---|
Exemplar 1 | nicht ausleihbar Verfügbar |