- Data structures:
- Algorithm paradigms:
My takeaway series follow a Q&A format to explain data structures and algorithms at three levels:
TipConceptual Level
Anyone with general knowledge in computer science can understand them.
WarningImplementation Level
For anyone who wants to dive into the code implementation details of the data structures and algorithms.
ImportantMathematical Level
For anyone who wants to understand the mathematics behind.