Stupid question of the day (Trees)
-
Is there no standard tree structure supplied with .Net? If not, any recommendations on a third party one?
-
Is there no standard tree structure supplied with .Net? If not, any recommendations on a third party one?
Do you mean TreeView, or a hierarchical structure of items? If the hierarchical structure then I have one knocking around somewhere you can have. Let me hunt it out and you can have a copy - I'll probably post it on my blog.
Deja View - the feeling that you've seen this post before.
-
Do you mean TreeView, or a hierarchical structure of items? If the hierarchical structure then I have one knocking around somewhere you can have. Let me hunt it out and you can have a copy - I'll probably post it on my blog.
Deja View - the feeling that you've seen this post before.
The "hierarchical structure of items" one :)
-
The "hierarchical structure of items" one :)
Is a red-black tree OK with you?
Deja View - the feeling that you've seen this post before.
-
Is a red-black tree OK with you?
Deja View - the feeling that you've seen this post before.
or a B+ tree
f(yf) = yf
-
Is a red-black tree OK with you?
Deja View - the feeling that you've seen this post before.
That should do nicely.
-
Is there no standard tree structure supplied with .Net? If not, any recommendations on a third party one?