A simple simulation of Linear Search and Binary Search on an array of integers meant for understanding them better.
Searching AlgorithmsSimulation of Bubble Sort, Selection Sort, Insertion Sort, Merge Sort and Quick Sort on randomly chosen data values.
Sorting AlgorithmsSimulation of Dijkstra algorithm, dfs , bfs and A* algorithm on randomly placed block .
Graph Algorithms