forked from UNN/2026-rff_mp
8 lines
566 B
Plaintext
8 lines
566 B
Plaintext
|
|
maze,strategy,avg_time_ms,min_time_ms,max_time_ms,path_length,path_found
|
||
|
|
small_maze,BFS,0.13221000008343253,0.12229999992996454,0.18230000205221586,16,True
|
||
|
|
small_maze,DFS,0.12855999993917067,0.11959999756072648,0.19559999782359228,16,True
|
||
|
|
small_maze,A*,0.1432199995178962,0.14000000010128133,0.15889999849605374,16,True
|
||
|
|
simple_maze,BFS,0.2147200004401384,0.2117000003636349,0.2243999988422729,15,True
|
||
|
|
simple_maze,DFS,0.14680000022053719,0.14490000103251077,0.15519999942625873,29,True
|
||
|
|
simple_maze,A*,0.3328499999042833,0.3297000002930872,0.33970000004046597,15,True
|