1502shivam-singh / Algorithms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 63.3%Language:C 36.7%