forked from quentin/quentin.dufour.io
No more wildcard
This commit is contained in:
parent
a3e49dcd28
commit
b46692b2e2
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ Pour l'implementation, j'ai utilisé Dijkstra, mais A* aurait éte suffisant et
|
|||
On suppose que le fichier [implementation.py](https://www.redblobgames.com/pathfinding/a-star/implementation.py) contenant A\* et Dijkstra fourni par Red Blob Games se trouve dans le même dossier que notre solution.
|
||||
|
||||
```python
|
||||
from implementation import *
|
||||
from implementation import GridWithWeights, dijkstra_search, reconstruct_path
|
||||
import sys, socket
|
||||
|
||||
st = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
|
|
Loading…
Reference in a new issue