You need to enable JavaScript to run this app.
Algoliser
Sorting Algorithms (Arrays)
Visualization of various sorting algorithms like QuickSort, MergeSort, BubbleSort..
View
Flood Fill Algorithm (Graphs)
Visualization of Flood Fill Algorithm used in paint buckets using Depth First Search(DFS) and Breadth First Search(BFS)
View
N-Queen Problem (Backtracking)
Visualization of N-Queen problem using backtracking
View
Text Editor With Auto Suggestion (Tries, Graphs, HashMaps)
A text editor that also provides suggestion based on previous text entered by the user. Data Structures used Tries, Maps, Graphs.
View
Transaction Settlement (Heaps)
An application that allows consumers to split expenses with friends similar to split-wise. Implemented using heaps. Implemented heap data structure in java-script.
View
URL Shortener (Hashing)
URL shortener using hashing
View
..................................
More will be added as soon as I get some more ideas. Meanwhile you can view my profile. Will be happy to collaborate :-)
View