We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thanks for the library! Could someone tell, does the library work only with tree structures or it also supports non tree graphs like here? https://en.wikipedia.org/wiki/Tree_(data_structure)#/media/File:Directed_graph_with_branching_SVG.svg I mean structures with more than one root and multi parent nodes.
The text was updated successfully, but these errors were encountered:
It only supports trees. It works with nodes that have a parent_id. So it can only support a single parent.
Sorry, something went wrong.
No branches or pull requests
Hi! Thanks for the library!
Could someone tell, does the library work only with tree structures or it also supports non tree graphs like here?
https://en.wikipedia.org/wiki/Tree_(data_structure)#/media/File:Directed_graph_with_branching_SVG.svg
I mean structures with more than one root and multi parent nodes.
The text was updated successfully, but these errors were encountered: