Skip to main content

Syllabus

Data structures

  1. Introduction
  2. What Are Data Structures?
  3. Complexity Analysis
  4. Memory
  5. Big O Notation
  6. Logarithm
  7. Arrays
  8. Linked Lists
  9. Hash Tables
  10. Stacks And Queues
  11. Strings
  12. Graphs
  13. Trees

References

  1. Data Structures & Algorithms Tutorial in Python - YouTube

System Design (HLD & LLD)

Load balancing, Sharing, Data partitioning, Polling