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 Bellman–Ford algorithm #12

Closed RodionovMaxim05 closed 4 months ago

RodionovMaxim05 commented 4 months ago

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

github-actions[bot] commented 4 months ago
Overall Project 97.01% -1.14% :green_apple:
Files changed 95.55% :green_apple:


File Coverage
BellmanFordShortestPath.kt 95.66% -4.34% :green_apple:
github-actions[bot] commented 4 months ago

Test Results

 14 files   14 suites   0s :stopwatch: 110 tests 110 :white_check_mark: 0 :zzz: 0 :x: 113 runs  113 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 06595a14.

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

github-actions[bot] commented 4 months ago
Overall Project 97.01% -1.14% :green_apple:
Files changed 95.55% :green_apple:


File Coverage
BellmanFordShortestPath.kt 95.66% -4.34% :green_apple:
github-actions[bot] commented 4 months ago
Overall Project 97.46% -0.96% :green_apple:
Files changed 95.45% :green_apple:


File Coverage
BellmanFordShortestPath.kt 95.47% -4.53% :green_apple:
IliaSuponeff commented 4 months ago

Всё отлично. Хорошая работа.