forked from UNN/2026-rff_mp
17 lines
675 B
Plaintext
17 lines
675 B
Plaintext
Алгоритм,Лабиринт,Время (мс),Посещённые клетки,Длинна пути
|
|
BFS,10x10,0.4038135000882903,53,23
|
|
BFS,5x5,0.07533170064562,8,7
|
|
BFS,100x100,17.14356810080062,2495,1171
|
|
BFS,50x50,3.010086300491821,640,427
|
|
BFS,25x25,1.0405578999780118,232,173
|
|
DFS,10x10,0.07943829987198114,35,31
|
|
DFS,5x5,0.018403499416308478,8,7
|
|
DFS,100x100,8.430859900545329,3219,1243
|
|
DFS,50x50,2.0664067997131497,995,435
|
|
DFS,25x25,0.5787261994555593,316,173
|
|
AStar,10x10,0.0671462003083434,23,23
|
|
AStar,5x5,0.022370600345311686,8,7
|
|
AStar,100x100,4.951790099585196,1286,1171
|
|
AStar,50x50,2.081632300541969,496,427
|
|
AStar,25x25,0.5791453000711044,186,177
|