Projests Name

Small description about functionality of project.

Technology used: yaadaa, yaddaa

Link to code (GitHub)

Visualising tool for Path finding algorithms

This was created to show how computer processes a given network/graph/map to find path between any two given nodes. It shows the computer searching the grid in realtime and in a simple way. I tried to put all common algorithms Link DFS and BFS in the available options.

Technology used: HTML, CSS, JS, React. Knowledge of DSA and traversing algorithms.

Link to website.
Link to code (GitHub)