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 cycles #11

Closed IliaSuponeff closed 6 months ago

IliaSuponeff commented 6 months ago

Добавлен алгоритм поиска циклов исходящих выбранной вершины и завершающихся в ней же. Алгоритм поддерживает работу с ориентированными и не ориентированными графами. В основу алгоритма лег поиск циклов в графе с помощью алгоритма dfs.

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


File Coverage
CyclesSearchAlgorithms.kt 100% :green_apple:
github-actions[bot] commented 6 months ago

Test Results

12 files  12 suites   0s :stopwatch: 88 tests 88 :white_check_mark: 0 :zzz: 0 :x: 91 runs  91 :white_check_mark: 0 :zzz: 0 :x:

Results for commit e3ec8dae.

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

RodionovMaxim05 commented 6 months ago

Также смущают эти полностью одинаковые коммиты: image

IliaSuponeff commented 6 months ago

По поводу коммитов: моя ошибка, требовалось переключится на другую ветку и я просто применил изменения. Второй комит должен был называться так: test: update tests to find cycles.

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


File Coverage
CyclesSearchAlgorithms.kt 100% :green_apple: