spbu-coding-2023 / graphs-graph-10

graphs-graph-10 created by GitHub Classroom
MIT License
19 stars 0 forks source link

Find cycles for a given vertex (undirected graph) #9

Closed xamelllion closed 6 months ago

xamelllion commented 6 months ago

For solve this task we need to implement support of colors by edges and vertices. DFS algorithm or something like this will be very useful.