Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 330 Bytes

STUDYGUIDE.md

File metadata and controls

19 lines (16 loc) · 330 Bytes

CS2013

Data Structures and Algorithms

  • Graphs

    • BFS & DFS
      • A*
  • Tree

    • Binary Tree
      • RB Tree
      • Tree Traversal
  • Sets

    • Tree implementation
  • Maps

    • Tree implementation or hash implementation
  • Sorting Algorithms

    • Compare 4 sorting algorithms (know pros and cons)
  • For everything in this course focus on O(*)