Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 669 Bytes

Algorithms

Algorithms implemented by me from scratch - Well known algorithms and algorithms developed by me.
including various widely used data structures.

Sorting algorithms included

  • Counting-sort
  • Heapsort
  • Insertion-sort
  • Merge-sort
  • Quick-sort (Randomized)
  • Quick-sort

Data-structures included

  • Binary-heap
  • Binary search tree
  • Graphs
  • Linked list
  • Queue
  • Stack

Searching algorithms included

  • Binary-search
  • Linear-search

New algorithms will be added continually.