Commit Graph

7 Commits

Author SHA1 Message Date
Karma Riuk
3cccdc7eb8 feat: implememented dijkstra algorithm 2023-08-15 17:22:10 +02:00
Karma Riuk
ab902e64b9 Refactor: wasVisited -> visited 2023-08-15 15:42:53 +02:00
Karma Riuk
120bd29d86 refactor: removed map for visited and added field to node 2023-08-15 15:41:24 +02:00
Karma Riuk
7cb4fa99bc Pulled out the wasVisited function from DFS to genral solver 2023-08-14 20:00:41 +02:00
Karma Riuk
6e0a1032d1 Figured out that the implementation of turn left
was actually dfs lol
2023-08-13 21:31:47 +02:00
Karma Riuk
a7dd3e1a81 Added argument parsing to run the solver correctly 2023-08-11 12:30:37 +02:00
Karma Riuk
898d8463c8 Drawn the skeleton code for the structure of the project 2023-08-03 21:07:58 +02:00