manual: Alignment in bfs/generalized.

This commit is contained in:
Sergiu Ivanov 2022-01-02 14:51:37 +01:00
parent 324b47cb61
commit 864fb08564
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Graph properties are not supported.
(λ (G s v acc) acc)] (λ (G s v acc) acc)]
[#:return finish (-> Graph Any Any Any) [#:return finish (-> Graph Any Any Any)
(λ (G s acc) acc)] (λ (G s acc) acc)]
) Any]{} ) Any]{}
@defproc[(fewest-vertices-path [g Graph] [source Any] [target Any]) (U (Listof Any) False)]{} @defproc[(fewest-vertices-path [g Graph] [source Any] [target Any]) (U (Listof Any) False)]{}
@section{License} @section{License}