Notes on Programming in C by Rob Pike

The following data structures are a complete list for almost all practical programs:



array

linked list

hash table

binary tree



Of course, you must also be prepared to collect these into compound data structures.

Rob Pike

No comments: