Algoteka

Hierholzer's Eulerian Cycle Algorithm - All languages

Problem by oml1111

Problem description:

Implement the Hierholzer's algorithm for finding Eulerian cycles. Construct some directed graph that has an Eulerian cycle, and then use the implemented algorithm to find that cycle.

Eulerian path: Hierholzer's algorithm - wikipedia.org

Verified languages:

# Language Count
1 C++ 1

Unverified languages:

# Language Count
No unverified languages ...
View problem discussion (0 comments)