Karma Riuk
|
5124a4b98b
|
feat: Implemented visualizer
|
2023-08-17 13:37:54 +02:00 |
|
Karma Riuk
|
399bb9f137
|
feat: implemented a* algorithm
|
2023-08-15 18:43:18 +02:00 |
|
Karma Riuk
|
6dbb3437e7
|
feat: implememented dijkstra algorithm
|
2023-08-15 17:22:10 +02:00 |
|
Karma Riuk
|
49d98d84d2
|
Refactor: wasVisited -> visited
|
2023-08-15 15:42:53 +02:00 |
|
Karma Riuk
|
408b4c84c4
|
refactor: removed map for visited and added field to node
|
2023-08-15 15:41:24 +02:00 |
|
Karma Riuk
|
7fe67a7a37
|
Pulled out the wasVisited function from DFS to genral solver
|
2023-08-14 20:00:41 +02:00 |
|
Karma Riuk
|
5d340f0805
|
Figured out that the implementation of turn left
was actually dfs lol
|
2023-08-13 21:31:47 +02:00 |
|
Karma Riuk
|
d28c118102
|
Added argument parsing to run the solver correctly
|
2023-08-11 12:30:37 +02:00 |
|
Karma Riuk
|
fbe066db17
|
Drawn the skeleton code for the structure of the project
|
2023-08-03 21:07:58 +02:00 |
|