Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 415 Bytes

This is a repo for practicing DS and Algorithms.

  • Data Structures

  • Algorithms

    • sort

      • Insertion
      • Selection
      • Quick sort
      • Bubble sort
      • Merge sort
    • search

      • Binary Search (BS)
      • Linear Search