avl icon indicating copy to clipboard operation
avl copied to clipboard

Bulk load is recursive

Open simonepri opened this issue 7 years ago • 2 comments
trafficstars

The readme stats "non-recursive" but the load function is clearly recursive. We must state that.

simonepri avatar Aug 06 '18 09:08 simonepri

btw would you care to help with that? can be rewritten with a stack, I believe

w8r avatar Aug 06 '18 14:08 w8r

I tried similar idea with a stack on another tree, it's actually not a tiny bit faster.

w8r avatar Sep 13 '18 15:09 w8r