forked from UNN/2026-rff_mp
8 lines
568 B
Plaintext
8 lines
568 B
Plaintext
|
|
maze,strategy,avg_time_ms,min_time_ms,max_time_ms,path_length,path_found
|
||
|
|
small_maze,BFS,0.09410000002390007,0.06260000009206124,0.17690000004222384,16,True
|
||
|
|
small_maze,DFS,0.0747799999317067,0.061499999901570845,0.12589999960255227,16,True
|
||
|
|
small_maze,A*,0.10337000007893948,0.07970000024215551,0.1430000002073939,16,True
|
||
|
|
simple_maze,BFS,0.14079999996283732,0.1119000003200199,0.18079999972542282,15,True
|
||
|
|
simple_maze,DFS,0.07789999999658903,0.07430000005115289,0.0957000002017594,29,True
|
||
|
|
simple_maze,A*,0.21409000005405687,0.18180000006395858,0.2953999996861967,15,True
|