Polskie tłumaczenie i materiały pomocnicze
Understanding the strengths and weaknesses of diverse data structures, lets you choose the best data structure for your data and applications, so that applications work efficiently during operations on large data sets.
Big-O Notation
Big-O Complexity Chart
Algorithms and Data Structures for Competitive Programming
Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne
- Arrays
- Lists
- ArrayLists
- Vectors
- LinkedLists
- Singly Linked Lists
- Doubly Linked Lists
- The JDK LinkedList Class
- Sort algorithms
- Recursion
- Search algorithms