ece250: fix formatting

This commit is contained in:
eggy 2023-12-05 22:30:52 -05:00
parent 0d7e78e53a
commit 305c0132a0

View File

@ -217,6 +217,7 @@ fn shortest_path(G: Graph, s: Node) {
} }
} }
} }
```
### Minimum spanning tree ### Minimum spanning tree