Playground for visualization of different algorithms/quiz system (algorithm descriptions in ka).
Libs used: d3.js, react, particles.js, mui.
Algorithms supported
Sorting : Bubble sort, Heap sort, Quick sort, Insertion sort and Selection sort.
Graph: BFS, DFS
Example of quick sort :
Example of breadth-first search :