small oversight
This commit is contained in:
parent
0f2e25bec9
commit
35e9885ccb
BIN
graphs.cmi
BIN
graphs.cmi
Binary file not shown.
BIN
graphs.cmo
BIN
graphs.cmo
Binary file not shown.
|
@ -1358,7 +1358,7 @@ let another_type_of_dijkstra (gr : type2graph) r d =
|
|||
draw_integer (1200-r) (800-r) depth r;
|
||||
|
||||
if !done_smth then
|
||||
Unix.sleepf 0.05;
|
||||
Unix.sleepf 0.5;
|
||||
|
||||
let node_xy = ((r + (2*r + d)*i), (r + (2*r + d)*j)) in
|
||||
|
||||
|
@ -1416,7 +1416,7 @@ let another_type_of_dijkstra (gr : type2graph) r d =
|
|||
open_graph " 1200x800" ;;
|
||||
set_window_title "Graphs" ;;
|
||||
|
||||
let type2 = generate_type2_graph 7 5 40 1 4 ;;
|
||||
let type2 = generate_type2_graph 7 5 40 1 10 ;;
|
||||
|
||||
(*another_type_of_graph_printing type2 35 100 true ;;*)
|
||||
(*another_type_of_dfs type2 35 75 ;;*)
|
||||
|
|
Loading…
Reference in New Issue