Searching and Sorting Visualizer
Searching Visualizer
do

A simple simulation of Linear Search and Binary Search on an array of integers meant for understanding them better.

Searching Algorithms
Sorting Visualizer
do

Simulation of Bubble Sort, Selection Sort, Insertion Sort, Merge Sort and Quick Sort on randomly chosen data values.

Sorting Algorithms
Graph Visualizer
do

Simulation of Dijkstra algorithm, dfs , bfs and A* algorithm on randomly placed block .

Graph Algorithms