- An algorithm visualizer built using React and Typescript.
- For better understanding, code implementations will be provided in the documentation section of the website.
- NOTE: This is my first big project and it will primarily focus on the beautiful visualization of data structures and algorithms.
Website is deployed at: https://eduardovidals.github.io/AlgoVisual
[✔] Control visualization speed
[✔] Visualize sorting algorithms
[✔] Visualize pathfinding algorithms
[✔] Weights/Walls supported for pathfinding visualizer
[✔] Documentation section with explanation of algorithms
[✔] Sorting Algorithms: Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, & Heap Sort
[✔] Pathfinding Algorithms: DFS, BFS, Dijkstra's, A*