Skip to content

Non-recursive implementation for finding euler tour using adjacency list #1472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rhombus2002
Copy link

No description provided.

@rhombus2002 rhombus2002 changed the title Recursive implementation for finding euler tour using adjacency list Non-recursive implementation for finding euler tour using adjacency list Jun 27, 2025
@mhayter
Copy link
Contributor

mhayter commented Jun 28, 2025

The original article is weak as it doesn't show the faster adjacency list implementation. This improvement is needed. I learned the recursive implementation elsewhere, so this is a useful improvement.

Has this been tested on any sample problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants