2026-rff_mp/VaravinVV/docs/data/task2/res.csv

17 lines
664 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

лабиринт,стратегия,время_мс,посещено_клеток,длина_пути,путь_найден
easy.txt,BFS,0.046,32.0,17.0,True
easy.txt,DFS,0.026,28.0,17.0,True
easy.txt,AStar,0.037,21.0,17.0,True
medium.txt,BFS,1.141,1249.0,101.0,True
medium.txt,DFS,0.547,633.0,101.0,True
medium.txt,AStar,1.26,721.0,101.0,True
hard.txt,BFS,4.703,4997.0,209.0,True
hard.txt,DFS,3.61,4026.0,209.0,True
hard.txt,AStar,6.119,3377.0,209.0,True
noexit.txt,BFS,0.002,1.0,0.0,False
noexit.txt,DFS,0.002,1.0,0.0,False
noexit.txt,AStar,0.005,1.0,0.0,False
empty.txt,BFS,0.003,3.0,3.0,True
empty.txt,DFS,0.003,3.0,3.0,True
empty.txt,AStar,0.004,3.0,3.0,True