maze,strategy,time_ms,visited_cells,path_length small,BFS,0.0676,39.0,33.0 small,DFS,0.061,33.0,33.0 small,A*,0.1093,35.0,33.0 medium,BFS,1.4027,793.0,497.0 medium,DFS,0.8985,515.0,497.0 medium,A*,2.3001,707.0,497.0 large,BFS,6.1605,3533.0,1613.0 large,DFS,3.3919,1957.0,1613.0 large,A*,11.2172,3379.0,1613.0 empty,BFS,1.7583,931.0,67.0 empty,DFS,1.0076,451.0,451.0 empty,A*,3.4836,931.0,67.0 no_exit,BFS,0.067,40.0,0.0 no_exit,DFS,0.0599,40.0,0.0 no_exit,A*,0.1099,40.0,0.0