8000 Добавлена исходная csv-матрица и результаты расчетов для третьего (ст… · greenDev7/DijkstraAlgorithm@9fa9ee3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fa9ee3

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

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

Obstacle3/Obstacle3.txt

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

Obstacle3/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;1;1;0;0;0;0;0;0;0
4+
0;0;0;0;0;0;0;1;1;0;0;0;0;0;0
5+
0;0;0;0;0;0;0;0;1;1;0;0;0;0;0
6+
0;0;0;0;0;0;0;0;0;1;1;0;0;0;0
7+
0;0;0;0;0;0;0;0;0;0;1;0;0;0;0
8+
0;0;0;0;0;0;0;0;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

Obstacle3/obstacle3.png

29.6 KB
Loading

Obstacle3/shortestPath3.txt

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

0 commit comments

Comments
 (0)
0