Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.19 KB

File metadata and controls

47 lines (34 loc) · 1.19 KB

Algo-Seeker

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.

Check it out here!

What I Learned

  • 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.

Demo

AlgoSeeker

Sources

React Documentation
P5 Documentation
React Particles Documentation
Algorithms Research