The "ALGORITHM VISUALIZER" is a free tool which aims to provide better understanding of various Algorithms by using different visualizing techniques. This tool aims to make the concept and working of algorithms clear to the user and also user can test their understanding by taking up Quizzez.
User can select among various "Searching", "Sorting" and "Path Finding" Algorithms.

sorting
searching
path_finding

Sorting Algorithms!!!

Merge Sort Quick Sort Bubble Sort Insertion Sort Heap Sort Selection Sort

Searching Algorithms!!!

Binary Search Linear Search Jump Search Exponential Search

PathFinding Algorithms!!!

BFS DFS Dijkstra's Algorithm
What is the time complexity of Merge Sort?