Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 384 Bytes

CS things

Data structures, algorithms, and other concepts

Resources according to 1

  • Iteration and recursion
  • Arrays and matrices
  • Linked lists
  • Queues, stacks, and heaps
  • Sets and hash maps
  • Trees and binary search
  • Graphics, BFS, and DFS
  • Multiple pointers and sliding windows
  • DP: memoization & divide-and-conquer