bellmanford et get_path
This commit is contained in:
parent
4b24887537
commit
7151dade0c
1 changed files with 3 additions and 1 deletions
|
@ -6,3 +6,5 @@ type t_cost={
|
||||||
}
|
}
|
||||||
|
|
||||||
val blf: int graph -> t_cost array
|
val blf: int graph -> t_cost array
|
||||||
|
|
||||||
|
val get_path: t_cost array -> int -> int list
|
Loading…
Reference in a new issue