Algorithms


  • Linear Search

  • Binary Search

  • Introduction to Hashing

  • Collisions avoidance using linear probing

  • Open Hashing or Separate Chaining

  • Selection Sort

  • Bubble Sort

  • Quicksort

  • Introduction to Dynamic Programming

  • Introduction to Greedy Algorithm