/AlgoSeeker

Web application engineered to visualize common algorithms. Technologies used: React.js and CSS.

Primary LanguageJavaScript

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