Implemented A*

This commit is contained in:
Jan Mrna
2025-09-20 16:58:04 +02:00
parent 8981857ee7
commit 24c6ff2d06
2 changed files with 46 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# LPP pathfinding task
# Pathfinding demo
## TODO
@@ -7,11 +7,12 @@
- [x] drawing utility
- [x] interface for pathfinding
- [x] research methods
- [ ] implement methods
- [x] implement methods
- [x] DFS
- [x] BFS
- [x] Dijsktra
- [ ] A*
- [x] GBFS
- [x] A*
- [x] performance measurement: time/visited nodes
- [ ] finish text on the page
- [x] create a dedicated python script