Skip to Content
Art of Computer Programming, The: Volume 1: Fundamental Algorithms, 3rd Edition
book

Art of Computer Programming, The: Volume 1: Fundamental Algorithms, 3rd Edition

by Donald E. Knuth
July 1997
Beginner content levelBeginner
672 pages
23h 57m
English
Addison-Wesley Professional
Content preview from Art of Computer Programming, The: Volume 1: Fundamental Algorithms, 3rd Edition

Chapter Two. Information Structures

I think that I shall never see

A poem lovely as a tree.

— JOYCE KILMER (1913)

Yea, from the table of my memory

I’ll wipe away all trivial fond records.

— HAMLET (Act I, Scene 5, Line 98)

2.1. Introduction

COMPUTER PROGRAMS usually operate on tables of information. In most cases these tables are not simply amorphous masses of numerical values; they involve important structural relationships between the data elements.

In its simplest form, a table might be a linear list of elements, when its relevant structural properties might include the answers to such questions as: Which element is first in the list? Which is last? Which elements precede and follow a given one? How many elements are in the list? A lot can ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Art of Computer Programming, Volume 2: Seminumerical Algorithms, 3rd Edition

The Art of Computer Programming, Volume 2: Seminumerical Algorithms, 3rd Edition

Donald E. Knuth
Concrete Mathematics: A Foundation for Computer Science, 2nd Edition

Concrete Mathematics: A Foundation for Computer Science, 2nd Edition

Ronald L. Graham, Donald E. Knuth, Oren Patashnik

Publisher Resources

ISBN: 9780321635754Purchase book