Show HN: BFS, Dijkstra and A* interactive demo made in React
1–10 of 23 posts
Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#2I made this little interactive playground for various pathfinding algorithms showing how they can be seen as a general algorithm with different a different queue and different heuristic in use.
The readme has some theory but the cool thing is the link to the app on netlify where you can experiment moving the positions of start, goal and of the obstacles.
If you're interested I'd suggest you keep the readme open while toying with the app, as the readme has more theory.
Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#3Two years ago I had to make a project about pathfinding for a university project, and I just realised I never showed it anywhere. I made this little interactive playground for various pathfinding algorithms showing how they can be seen as a general algorithm with different a different queue and different heuristic in use. The readme has some theory but the cool thing is the link to the app on netlify where you can ex…
Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#4Two years ago I had to make a project about pathfinding for a university project, and I just realised I never showed it anywhere. I made this little interactive playground for various pathfinding algorithms showing how they can be seen as a general algorithm with different a different queue and different heuristic in use. The readme has some theory but the cool thing is the link to the app on netlify where you can ex…
Do I have to build it myself, or do you have it hosted somewhere?
Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#5Two years ago I had to make a project about pathfinding for a university project, and I just realised I never showed it anywhere. I made this little interactive playground for various pathfinding algorithms showing how they can be seen as a general algorithm with different a different queue and different heuristic in use. The readme has some theory but the cool thing is the link to the app on netlify where you can ex…
Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#6Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#7For pathfinding, I've made one myself [0], and the Red Blob Games [1] one is also very popular.
[0] https://gabrielgambetta.com/generic-search.html
[1] https://www.redblobgames.com/pathfinding/a-star/introduction...
Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#8Re: Show HN: BFS, Dijkstra and A* interactive demo made in React
#9Two years ago I had to make a project about pathfinding for a university project, and I just realised I never showed it anywhere. I made this little interactive playground for various pathfinding algorithms showing how they can be seen as a general algorithm with different a different queue and different heuristic in use. The readme has some theory but the cool thing is the link to the app on netlify where you can ex…
Do I have to build it myself, or do you have it hosted somewhere?