Skip to content
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

Eulerian traversal #2

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

Eulerian traversal #2

wants to merge 3 commits into from

Conversation

harb7nger
Copy link
Collaborator

ref: https://www.geeksforgeeks.org/hierholzers-algorithm-directed-graph/
some changes were also made to the graph creation logic,
where the adjecency list is made using sets for easier updates while
traversing.

Signed-off-by: harb7nger [email protected]

ref: https://www.geeksforgeeks.org/hierholzers-algorithm-directed-graph/
some changes were also made to the graph creation logic,
where the adjecency list is made using sets for easier updates while
traversing.

Signed-off-by: harb7nger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant