forked from UNN/2026-rff_mp
1.6 KiB
1.6 KiB
| 1 | Maze | Strategy | AvgTime_ms | AvgPathLen | PathFound |
|---|---|---|---|---|---|
| 2 | deadends_100x100 | BFS | 0.28289179999774205 | 199.0 | True |
| 3 | deadends_100x100 | DFS | 0.2610137999909057 | 199.0 | True |
| 4 | deadends_100x100 | AStar | 0.41742360008356627 | 199.0 | True |
| 5 | deadends_10x10 | BFS | 0.023550400055682985 | 19.0 | True |
| 6 | deadends_10x10 | DFS | 0.02498599997124984 | 19.0 | True |
| 7 | deadends_10x10 | AStar | 0.04638480004359735 | 19.0 | True |
| 8 | deadends_50x50 | BFS | 0.19262679998064414 | 99.0 | True |
| 9 | deadends_50x50 | DFS | 0.10692999994716956 | 99.0 | True |
| 10 | deadends_50x50 | AStar | 0.1685229999566218 | 99.0 | True |
| 11 | empty_100x100 | BFS | 0.26169060001848266 | 101.0 | True |
| 12 | empty_100x100 | DFS | 0.22917200003576 | 149.0 | True |
| 13 | empty_100x100 | AStar | 0.5023974000323506 | 101.0 | True |
| 14 | empty_10x10 | BFS | 0.03737600000022212 | 11.0 | True |
| 15 | empty_10x10 | DFS | 0.024990000110847177 | 15.0 | True |
| 16 | empty_10x10 | AStar | 0.045884400060458574 | 11.0 | True |
| 17 | empty_50x50 | BFS | 0.11033360005967552 | 51.0 | True |
| 18 | empty_50x50 | DFS | 0.09494360001554014 | 75.0 | True |
| 19 | empty_50x50 | AStar | 0.2049277999503829 | 51.0 | True |
| 20 | no_exit_10x10 | BFS | 0.1036321999890788 | 0.0 | False |
| 21 | no_exit_10x10 | DFS | 0.15736140003355104 | 0.0 | False |
| 22 | no_exit_10x10 | AStar | 0.14006520013936097 | 0.0 | False |
| 23 | no_exit_50x50 | BFS | 2.7296528000988474 | 0.0 | False |
| 24 | no_exit_50x50 | DFS | 2.1504477999769733 | 0.0 | False |
| 25 | no_exit_50x50 | AStar | 3.7031113999546506 | 0.0 | False |
| 26 | random_100x100 | BFS | 8.897090400114394 | 199.0 | True |
| 27 | random_100x100 | DFS | 5.565493199992488 | 623.0 | True |
| 28 | random_100x100 | AStar | 2.99904739986232 | 199.0 | True |
| 29 | random_10x10 | BFS | 0.0583711998842773 | 0.0 | False |
| 30 | random_10x10 | DFS | 0.059311599943612237 | 0.0 | False |
| 31 | random_10x10 | AStar | 0.10360939995734952 | 0.0 | False |
| 32 | random_50x50 | BFS | 1.73986359995979 | 111.0 | True |
| 33 | random_50x50 | DFS | 1.0275445999468502 | 299.0 | True |
| 34 | random_50x50 | AStar | 2.947393800059217 | 111.0 | True |