Skip to content

Commit 696d74e

Browse files
author
Зелёный Андрей Сергеевич
committed
README.md
1 parent 676fbc5 commit 696d74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ static void Main(string[] args)
119119
```
120120

121121
Результат работы программы:
122-
- surface.txt --- Матрица со значениями 3D поверхности;
123-
- shortestPath.txt --- файл с трехмерными координатами оптимального пути
122+
- [surface.txt](https://github.com/greenDev7/DijkstraAlgorithm/blob/master/Examples/3D/Surface/surfaceMatrix.txt) --- Матрица со значениями 3D поверхности;
123+
- [shortestPath.txt](https://github.com/greenDev7/DijkstraAlgorithm/blob/master/Examples/3D/Surface/shortestPath.txt) --- файл с трехмерными координатами оптимального пути
124124

125125
Визуализация:
126126

0 commit comments

Comments
 (0)