2026-rff_mp/konnovaea/lab2/docs/data/maze_experiments.csv

14 lines
577 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.

Лабиринт,Стратегия,Время(мс),Посещено клеток,Длина пути
Простой,BFS,0.02,11.0,6.0
Простой,DFS,0.012,9.0,8.0
Простой,A*,0.02,9.0,6.0
С тупиками,BFS,0.492,306.0,35.0
С тупиками,DFS,0.234,198.0,81.0
С тупиками,A*,0.456,225.0,35.0
Пустой,BFS,3.486,2304.0,95.0
Пустой,DFS,10.452,2304.0,1129.0
Пустой,A*,5.743,2304.0,95.0
Без выхода,BFS,0.01,1.0,нет пути
Без выхода,DFS,0.003,1.0,нет пути
Без выхода,A*,0.004,1.0,нет пути