Data Structure Quotes
- It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures. — Alan Perlis
- It's easy to make mistakes that only come out much later, after you've already implemented a lot of code. You'll realize Oh I should have… — Guido van Rossum
- A data structure is just a stupid programming language. — Bill Gosper