abhinav

Results 3 comments of abhinav

> For small k's, it seems we can use lnrValues (or rnlValues) iterator for finding k'th node. What do your tree size and k value typically look like? The tree...

> Then maybe it's better to define a new interface which only has `left`, `right`, and `parent` (and maybe `value`) fields, and use it as input type for callback? That...