No more wildcard

This commit is contained in:
Quentin 2018-04-22 21:06:20 +02:00
parent a3e49dcd28
commit b46692b2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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)