forked from UNN/2026-rff_mp
Upload files to "BoriskovaDV/docs/data/2-nd-exercise"
This commit is contained in:
parent
66a16fb3a1
commit
f1b42d1c24
16
BoriskovaDV/docs/data/2-nd-exercise/experiment_results.csv
Normal file
16
BoriskovaDV/docs/data/2-nd-exercise/experiment_results.csv
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
maze,strategy,time_ms,visited_cells,path_length
|
||||||
|
Small 10x6,BFS,0.05722500009142095,25.0,16.0
|
||||||
|
Small 10x6,DFS,0.05680966667872175,24.0,16.0
|
||||||
|
Small 10x6,AStar,0.04801966664066034,23.0,16.0
|
||||||
|
Medium 10x10,BFS,0.04772166676048073,47.0,16.0
|
||||||
|
Medium 10x10,DFS,0.034641333362136116,44.0,30.0
|
||||||
|
Medium 10x10,AStar,0.0983669999641279,47.0,16.0
|
||||||
|
Large 20x20,BFS,0.09949400002066493,100.0,36.0
|
||||||
|
Large 20x20,DFS,0.07004933331700158,75.0,68.0
|
||||||
|
Large 20x20,AStar,0.16450733316257052,85.0,36.0
|
||||||
|
Empty 15x15,BFS,0.13264433331035738,133.0,17.0
|
||||||
|
Empty 15x15,DFS,0.11371733338213137,161.0,89.0
|
||||||
|
Empty 15x15,AStar,0.1543506666621397,65.0,17.0
|
||||||
|
No exit 10x10,BFS,0.04392100011803753,25.0,0.0
|
||||||
|
No exit 10x10,DFS,0.05871466661725814,25.0,0.0
|
||||||
|
No exit 10x10,AStar,0.046440666665148456,25.0,0.0
|
||||||
|
BIN
BoriskovaDV/docs/data/2-nd-exercise/performance_comparison.png
Normal file
BIN
BoriskovaDV/docs/data/2-nd-exercise/performance_comparison.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Loading…
Reference in New Issue
Block a user