Algorithms + Data Structures = Programs

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Algorithms + Data Structures = Programs[1]
AuthorNiklaus Wirth
Subjectprogramming, algorithms and data structures
GenreNon-fiction
Publication date
1976
Pages366

Algorithms + Data Structures = Programs[1] is a 1976 book written by Niklaus Wirth covering some of the fundamental topics of system engineering, computer programming, particularly that algorithms and data structures are inherently related. For example, if one has a sorted list one will use a search algorithm optimal for sorted lists.

The book is one of the most influential computer science books of its time and, like Wirth's other work, has been used extensively in education.[2]

The Turbo Pascal compiler written by Anders Hejlsberg was largely inspired by the Tiny Pascal compiler in Niklaus Wirth's book.

Chapter outline

[edit | edit source]

References

[edit | edit source]
  1. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Citations collected by the ACM
[edit | edit source]