bellmanford et get_path

This commit is contained in:
Leonie Gallois 2020-11-13 19:30:40 +01:00
parent 4b24887537
commit 7151dade0c

View file

@ -5,4 +5,6 @@ type t_cost={
mutable father:int
}
val blf: int graph -> t_cost array
val blf: int graph -> t_cost array
val get_path: t_cost array -> int -> int list