amazebasics / WFCMazeWebApp

This is an interactive maze generator and solver using the Wave Function Collapse Algorithm
Creative Commons Zero v1.0 Universal
0 stars 4 forks source link

Description for Djikstra's algorithm #7

Open amazebasics opened 1 month ago

amazebasics commented 1 month ago

When i was programming the maze solver, i had not realized it but i was actually using djikstra's algorithm, albeit a more simple version.

I would like to have a simple description of the djikstra's algorithm below the section about the Wave Function Collapse Algorithm, if that's possible.

Thank you to whoever will work on this!