yangez / btree-js

Allen Chang and Eric Yang's javascript b-tree implementation
MIT License
58 stars 17 forks source link

Insertion on empty tree is non-functional #7

Open tylernh10 opened 1 year ago

tylernh10 commented 1 year ago

If you set there to be no starting integers, it is not possible to insert any other integers. That is, it is essentially impossible to fully define your own sequence. (This tool is awesome though! Thanks for creating it. It has helped me with practice.)

vikram18rock commented 1 year ago

I also found the same Issue. The Tool is awesome (Thanks for this @yangez ) 😊

avipars commented 6 months ago

any solution?

tylernh10 commented 6 months ago

Never really delved into it on my end and I don't think the original creator ever saw this. Might revisit it at some point in the future though.