Tree container interface #56
Closed
Kevin-Delnoije
started this conversation in
Ideas
Replies: 1 comment
-
I've heard that suggestion before, there's no intention to add a tree container interface. We're keeping busy with graph-related things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I was wondering what are the current plans for a tree container? There are several algorithms that result in a tree,so some kind of container is helpful there.
Besides the algorithms in this library a lot of domains use tree data structures, for example k-d tree and quad-tree in computer vision.
This might be out of scope for this library but if it is possible to implement these kind of data structures with a consistent interface that would be worth exploring
Beta Was this translation helpful? Give feedback.
All reactions