From cb04e571d3d0f5ede872cec59d5a5b3b6fd7a99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D1=80=D0=B8=D1=81=D0=BE=D0=B2=20=D0=9C=D0=B0?= =?UTF-8?q?=D1=82=D0=B2=D0=B5=D0=B9?= Date: Mon, 25 May 2026 02:03:27 +0300 Subject: [PATCH] =?UTF-8?q?[2]=20=D0=9E=D1=82=D1=87=D1=91=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BorisovMI/lab_2/docs/data/report2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BorisovMI/lab_2/docs/data/report2.md b/BorisovMI/lab_2/docs/data/report2.md index 8a9edb0..bdd7597 100644 --- a/BorisovMI/lab_2/docs/data/report2.md +++ b/BorisovMI/lab_2/docs/data/report2.md @@ -159,13 +159,13 @@ class MoveCommand(Command): ## Результаты | Лабиринт | Стратегия | Время (с) | Посещено | Длина пути | Путь найден | -|---|---|---|---|---| +|---|---|---|---|---|---| | маленький (10x10) | BFS | 0.9148200158961117 | 19.0 | 19.0 | True | | маленький (10x10) | DFS | 0.717819994315505 | 39.0 | 39.0 | True | | маленький (10x10) | A | 1.577159995213151 | 19.0 | 19.0 | True | | средний (50x50) | BFS | 14.496059995144606 | 99.0 | 99.0 | True | | средний (50x50) | DFS | 8.470179990399629 | 393.0 | 393.0 |True | -| средний (50x50) | A | 9.11291999509558 | 99.0 |99.0 | True | +| средний (50x50) | A | 9.11291999509558 | 99.0 | 99.0 | True | | большой (100x100) | BFS | 0.013179995585232973 | 0.0 | 0.0 | False | | большой (100x100) | A | 0.013079994823783636 | 0.0 | 0.0 | False | | пустой (50x50) | BFS | 29.2012800113298 | 99.0 | 99.0 | True |