Foundations
The foundation you need before any data structure makes sense: complexity analysis, the memory model, arrays, strings and recursion. Without these you cannot answer *why* the later structures behave the way they do.
The foundation you need before any data structure makes sense: complexity analysis, the memory model, arrays, strings and recursion. Without these you cannot answer *why* the later structures behave the way they do.