algorithms(bf-to-astar): add reference to the sources

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-01-01 18:23:22 +01:00
parent 858a96722b
commit fe89d4815f
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -162,7 +162,8 @@ std::ostream& operator<<(std::ostream& os, const graph& g) {
:::info Source code
**TODO** link the sources
You can find all the source code referenced in this series
[here](pathname:///files/algorithms/paths/bf-to-astar.tar.gz).
:::