forked from UNN/2026-rff_mp
[2] add plots.png and results.csv
This commit is contained in:
parent
7514883955
commit
306380eb55
13
meosyam/docs/data/2/experiment_results_2-nd-exercise.csv
Normal file
13
meosyam/docs/data/2/experiment_results_2-nd-exercise.csv
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
maze,strategy,avg_time_ms,avg_visited,avg_path_length,path_found
|
||||
maze1.txt,BFS,0.16815240051073488,50.0,15.0,True
|
||||
maze1.txt,DFS,0.08232240033976268,30.0,19.0,True
|
||||
maze1.txt,AStar,0.25608100040699355,50.0,15.0,True
|
||||
maze10x10.txt,BFS,0.053825999930268154,16.0,0,False
|
||||
maze10x10.txt,DFS,0.0677499996527331,16.0,0,False
|
||||
maze10x10.txt,AStar,0.08008160039025825,16.0,0,False
|
||||
maze20x20.txt,BFS,0.11614620016189292,36.0,0,False
|
||||
maze20x20.txt,DFS,0.10411820003355388,36.0,0,False
|
||||
maze20x20.txt,AStar,0.1797744000214152,36.0,0,False
|
||||
maze_empty.txt,BFS,0.19637999976112042,64.0,15.0,True
|
||||
maze_empty.txt,DFS,0.14314979962364305,64.0,29.0,True
|
||||
maze_empty.txt,AStar,0.31887079967418686,64.0,15.0,True
|
||||
|
BIN
meosyam/docs/data/2/plots_2-nd-exercise.png
Normal file
BIN
meosyam/docs/data/2/plots_2-nd-exercise.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
Loading…
Reference in New Issue
Block a user