547 B
547 B
| 1 | maze | strategy | avg_time_ms | avg_visited | avg_path_length |
|---|---|---|---|---|---|
| 2 | small | BFS | 0.09427999993931735 | 64.0 | 15.0 |
| 3 | small | DFS | 0.07471999997505918 | 64.0 | 29.0 |
| 4 | small | AStar | 0.1291799999307841 | 64.0 | 15.0 |
| 5 | medium | BFS | 3.0494200002067373 | 2158.0 | 96.0 |
| 6 | medium | DFS | 6.729340000129014 | 2158.0 | 860.0 |
| 7 | medium | AStar | 4.80197999986558 | 2154.0 | 96.0 |
| 8 | large | BFS | 11.303859999861743 | 7634.0 | 0.0 |
| 9 | large | DFS | 56.53439999987313 | 7634.0 | 0.0 |
| 10 | large | AStar | 18.463099999826227 | 7993.0 | 0.0 |
| 11 | empty | BFS | 3.3649599998170743 | 2305.0 | 96.0 |
| 12 | empty | DFS | 9.518800000114425 | 2305.0 | 1130.0 |
| 13 | empty | AStar | 5.252400000244961 | 2305.0 | 96.0 |