17 lines
760 B
Plaintext
17 lines
760 B
Plaintext
maze,algo,time,visited,length,found
|
|
small.txt,BFS,0.08549999911338091,65.0,15,True
|
|
small.txt,DFS,0.052140007028356194,65.0,31,True
|
|
small.txt,A*,0.08495999500155449,65.0,15,True
|
|
medium.txt,BFS,0.2455800073221326,254.0,95,True
|
|
medium.txt,DFS,0.21176000591367483,252.0,95,True
|
|
medium.txt,A*,0.23805999662727118,179.0,95,True
|
|
large.txt,BFS,0.8688000147230923,950.0,313,True
|
|
large.txt,DFS,0.9158599947113544,1079.0,467,True
|
|
large.txt,A*,1.1747399985324591,819.0,313,True
|
|
empty.txt,BFS,0.13876001466996968,102.0,102,True
|
|
empty.txt,DFS,0.10151999886147678,102.0,102,True
|
|
empty.txt,A*,0.13205999857746065,102.0,102,True
|
|
no_exit.txt,BFS,0.013979995856061578,12.0,0,False
|
|
no_exit.txt,DFS,0.012719997903332114,12.0,0,False
|
|
no_exit.txt,A*,0.01692000078037381,12.0,0,False
|