[2] 2-nd-exersize #246

Merged
kit8nino merged 7 commits from SavelevMI/2026-rff_mp:2-nd-exersize into develop 2026-05-30 11:54:54 +00:00
Showing only changes of commit 3daef7dcc9 - Show all commits

View File

@ -0,0 +1,13 @@
maze,strategy,time_ms,visited_cells,path_length
Small (10x6),BFS,0.06943320004211273,28.0,12.0
Small (10x6),DFS,0.021452600049087778,18.0,12.0
Small (10x6),AStar,0.11244040006204159,28.0,12.0
Medium (10x10),BFS,0.010759200085885823,10.0,5.0
Medium (10x10),DFS,0.017673199999990175,13.0,9.0
Medium (10x10),AStar,0.012486999912653118,5.0,5.0
Large (20x20),BFS,0.042921000022033695,30.0,11.0
Large (20x20),DFS,0.051109400010318495,29.0,15.0
Large (20x20),AStar,0.058695200004876824,24.0,11.0
Empty (15x15),BFS,0.06296379997365875,55.0,10.0
Empty (15x15),DFS,0.10542620011619874,130.0,58.0
Empty (15x15),AStar,0.024648199996590847,10.0,10.0
1 maze strategy time_ms visited_cells path_length
2 Small (10x6) BFS 0.06943320004211273 28.0 12.0
3 Small (10x6) DFS 0.021452600049087778 18.0 12.0
4 Small (10x6) AStar 0.11244040006204159 28.0 12.0
5 Medium (10x10) BFS 0.010759200085885823 10.0 5.0
6 Medium (10x10) DFS 0.017673199999990175 13.0 9.0
7 Medium (10x10) AStar 0.012486999912653118 5.0 5.0
8 Large (20x20) BFS 0.042921000022033695 30.0 11.0
9 Large (20x20) DFS 0.051109400010318495 29.0 15.0
10 Large (20x20) AStar 0.058695200004876824 24.0 11.0
11 Empty (15x15) BFS 0.06296379997365875 55.0 10.0
12 Empty (15x15) DFS 0.10542620011619874 130.0 58.0
13 Empty (15x15) AStar 0.024648199996590847 10.0 10.0