Skip to content

1502shivam-singh/Algorithms

Repository files navigation

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.