bellmanford et get_path
This commit is contained in:
parent
4b24887537
commit
7151dade0c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue