README: update

This commit is contained in:
Jan Mrna
2025-11-03 05:28:06 +01:00
parent 523306dcc3
commit baa923342b

View File

@@ -2,7 +2,7 @@
This is a demo of pathfinding on a 2D grid. It consists of 2 main parts: This is a demo of pathfinding on a 2D grid. It consists of 2 main parts:
* python notes and implementation * Notes and Python implementation
* jupyter notebook file: [`python/pathfinding_demo.ipynb`](./python/pathfinding_demo.ipynb) * jupyter notebook file: [`python/pathfinding_demo.ipynb`](./python/pathfinding_demo.ipynb)
* standalone python script: [`./python/pathfinding_demo.py`](./python/pathfinding_demo.py) * standalone python script: [`./python/pathfinding_demo.py`](./python/pathfinding_demo.py)
* C++ interactive demo: [`cpp`](./cpp/) * C++ interactive demo: [`cpp`](./cpp/)