Algoteka
View all languages for this problem (1 verified and 0 unverified)

Tarjan's Bridge-finding Algorithm - Samples for C++

Problem by oml1111

Problem description:

Implement the Tarjan's bridge-finding algorithm. Construct some undirected graphs and then use the implemented algorithm to count the number of bridges on it.

Tarjan's bridge-finding algorithm - wikipedia.org

Verified samples:

# Tech tags Title Creator Created date
1 0
oml1111
2022-11-21 11:38

Unverified samples:

# Tech tags Title Creator Created date
No unverified samples ...
View problem discussion (0 comments)