Posts by Thiago Guimarães • 31 points
1 post
-
3
votes0
answers2685
viewsQ: Algorithm by Dijkstra
I’m trying to implement a maze, where one needs to find a better way to get to the exit (without running into the wall). The labyrinth has already been implemented, the structure is practically…