forked from UNN/2026-rff_mp
17 lines
332 B
Plaintext
17 lines
332 B
Plaintext
maze,strategy,time_ms,visited_cells
|
|
small,BFS,0.051,8
|
|
small,DFS,0.027,8
|
|
small,A*,0.049,8
|
|
medium,BFS,0.039,10
|
|
medium,DFS,0.031,10
|
|
medium,A*,0.042,10
|
|
large,BFS,0.962,197
|
|
large,DFS,0.84,197
|
|
large,A*,1.042,197
|
|
empty,BFS,0.01,2
|
|
empty,DFS,0.008,2
|
|
empty,A*,0.01,2
|
|
no_exit,BFS,0.007,1
|
|
no_exit,DFS,0.005,1
|
|
no_exit,A*,0.006,1
|