spbu-coding-2023 / graphs-graphs-12

graphs-graphs-12 created by GitHub Classroom
MIT License
1 stars 0 forks source link

Add an implementation of the algorithm for finding the SP #13

Closed Friend-zva closed 4 months ago

Friend-zva commented 4 months ago

Добавлена реализация алгоритма поиска кратчайшего пути:

Реализовал сам, основываясь на следующих этапах:

image
github-actions[bot] commented 4 months ago
Overall Project 96.88% -1.16% :green_apple:
Files changed 94.63% :green_apple:


File Coverage
Utils.kt 100% :green_apple:
DijkstraAlgorithm.kt 94.36% -5.64% :green_apple:
github-actions[bot] commented 4 months ago

Test Results

 13 files   13 suites   0s :stopwatch:  98 tests  98 :white_check_mark: 0 :zzz: 0 :x: 101 runs  101 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 7d7080ef.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 4 months ago
Overall Project 98% :green_apple:
Files changed 100% :green_apple:


File Coverage
DijkstraAlgorithm.kt 100% :green_apple:
Utils.kt 100% :green_apple:
IliaSuponeff commented 4 months ago

Всё отлично. Принимается.