data-structure-and-algorithms
  • Data Structures and Algo
  • Introduction
  • Mathematics
  • Recursion
  • Bit Manipulation
  • Arrays
  • Sorting
  • Matrix
  • Strings
  • LinkedList
  • Stack
  • Queue
  • Binary Search Tree
  • Tree
  • Heap
  • Graph
  • Greedy & Backtracking
  • Dynamic Programming
  • Miscellaneous
Powered by GitBook
On this page
  • Notations
  • Topics

Data Structures and Algo

only thing that matters in OA

NextIntroduction

Last updated 1 year ago

Notations

  • Big O : upper bound of algorithm, worst case

  • Omega : lower bound of algorithm, best case

  • Theta : Average bound of algorithm

Topics

Introduction
Mathematics
Recursion
Bit Manipulation
Arrays
Sorting
Matrix
Strings
LinkedList
Stack
Queue
Binary Search Tree
Tree
Heap
Graph
Greedy & Backtracking
Dynamic Programming
Miscellaneous