A web application engineered and designed to visualize common algorithms like BFS, Dijkstra's, Bubble Sort and Quick Sort. I'm working on this application to reinforce my knowledge on Algorithms and I thought it would be interesting to visualize pathfinding + sorting algorithms in action.
Technologies used: React, JavaScript, CSS.
- Reinforced knowledge on Algorithms.
-
Algorithms included:
-
A* Star
-
Breadth-first Search
-
Quick Sort
-
Dijkstra's Algorithm
-
Traveling Salesperson with Genetic Algorithm
-
Bubble Sort
-
- Styled and designed application with CSS.
React Documentation
P5 Documentation
React Particles Documentation
Algorithms Research