Skip to content

Commit 4f470fe

Browse files
author
Зелёный Андрей Сергеевич
committed
Добавлена исходная csv-матрица и результаты расчетов для первого (вертикального) препятствия (Obstacle1)
1 parent 1804cbb commit 4f470fe

5 files changed

Lines changed: 26 additions & 0 deletions

File tree

Obstacle1/Obstacle1.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2;7;1
2+
3;7;1
3+
4;7;1
4+
5;7;1
5+
6;7;1
6+
7;7;1

Obstacle1/ObstacleMatrix.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
2+
0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
3+
0;0;0;0;0;0;0;1;0;0;0;0;0;0;0
4+
0;0;0;0;0;0;0;1;0;0;0;0;0;0;0
5+
0;0;0;0;0;0;0;1;0;0;0;0;0;0;0
6+
0;0;0;0;0;0;0;1;0;0;0;0;0;0;0
7+
0;0;0;0;0;0;0;1;0;0;0;0;0;0;0
8+
0;0;0;0;0;0;0;1;0;0;0;0;0;0;0
9+
0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
10+
0;0;0;0;0;0;0;0;0;0;0;0;0;0;0

Obstacle1/shortestPath.png

21.1 KB
Loading

Obstacle1/shortestPath.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
12;4;1
2+
11;3;1
3+
10;2;1
4+
9;1;1
5+
8;1;1
6+
7;1;1
7+
6;2;1
8+
5;3;1
9+
4;4;1
10+
3;4;1

Obstacle1/shortestPath_excel.png

23.5 KB
Loading

0 commit comments

Comments
 (0)