yet-another-tree-structure icon indicating copy to clipboard operation
yet-another-tree-structure copied to clipboard

Sample tree structure for C# / Java with iterator and search

Results 4 yet-another-tree-structure issues
Sort by recently updated
recently updated
newest added

I wonder if it would be possible to make this implement ICollection instead of IEnumerable ? Json.net is unable to deserialize it.

Just starting to look at this very nice implementation, so apologies if I'm missing something. But it appears that one must always call `hasNext()` before the first call to `next()`...

How do I serialize the tree into xml?