Skip to content

Commit 8b9430c

Browse files
committed
micro change in graph-shortest path
1 parent c5846a9 commit 8b9430c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Binary file not shown.

notebooks/tps/graph-shortest-path/README-graph-shortest-path-nb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,9 +1163,9 @@ P = planar(N)
11631163
```
11641164

11651165
```{code-cell} ipython3
1166-
# encore *2
1167-
# de l'ordre de 11s !
1168-
# bref c'est inutilisable en vrai !
1166+
# je change encore d'échelle - cette fois c'est de l'ordre de 11s !
1167+
# (je le commente du coup..., mais vous pouvez le réactiver)
1168+
# bref cet algo est inutilisable en vrai !
11691169
11701170
N = 80
11711171
P = planar(N)

0 commit comments

Comments
 (0)