2026-rff_mp/smirnovad/lab2/docs/data/results.csv
2026-05-17 16:50:47 +03:00

18 lines
633 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.

лабиринт,стратегия,время_мс,посещено_клеток,длина_пути
large_50x50,BFS,0.539871,339,275
large_50x50,DFS,0.474943,285,275
large_50x50,A*,0.878714,319,275
large_50x50,Dijkstra,0.996843,339,275
medium_20x20,BFS,0.280043,163,107
medium_20x20,DFS,0.203014,107,107
medium_20x20,A*,0.429643,163,107
medium_20x20,Dijkstra,0.412786,163,107
open_20x20,BFS,0.552357,324,35
open_20x20,DFS,0.390729,171,171
open_20x20,A*,0.9873,324,35
open_20x20,Dijkstra,1.120329,324,35
small_10x10,BFS,0.054529,28,15
small_10x10,DFS,0.029686,15,15
small_10x10,A*,0.079271,28,15
small_10x10,Dijkstra,0.084571,28,15