/Algorithms

Well known algorithms, my own algorithms and data structures implemented from scratch

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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.