Skip to content

Repository files navigation

Popular algorithms

Decription

This is a project with most popular sorting and searching algorithms. There is also demo code for heaps, graphs and Tower of Hanoi.

Table of content

NameType
BinarySearch IterativeSearching algorithm
BinarySearch RecursiveSearching algorithm
LinearSearchSearching algorithm
--------
Tower of HanoiMathematical puzzle
--------
BubbleSortSorting Algorithm - Comparison based
InsertionSortSorting Algorithm - Comparison based
MergeSortSorting Algorithm - Comparison based
QuickSortSorting Algorithm - Comparison based
SelectionSortSorting Algorithm - Comparison based
ShellSortSorting Algorithm - Comparison based
BucketSortSorting Algorithm - Index based
CountSortSorting Algorithm - Index based
RadixSortSorting Algorithm - Index based

How to Use the Project

Clone or download this repo. Open *.sln file with a compatible IDE.

Releases

Packages

Used by

Contributors

Languages