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

Depth last variant and empty spots #5

Closed
wants to merge 3 commits into from

Conversation

JulienDemarque
Copy link
Collaborator

Add option to change the algorithm to rank according the the longest path to the node instead of the shortest. This variant results in path always going down (I hope) and never to the same level or up.
The second change is to add empty spots so that path going to more than 1 rank down do not cross through nodes in the intermediate ranks...
One issue I face and haven't solve is that the algo change to get the longest path will make an infinite loop if there is a loop in the graph...

@vycke vycke closed this Dec 9, 2021
@vycke vycke deleted the jad/depth-last-variant-empty-spots branch January 2, 2023 20:15
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.

2 participants