yangez / btree-js

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

Support the insertion of 0 #4

Closed CheyenneForbes closed 2 years ago

CheyenneForbes commented 5 years ago

I use btree-js when debugging my C++ btree code to make sure everything is operating correctly and 0 is a number in my current testing model

totoroot commented 2 years ago

@yangez Would you consider merging this, so the bug is fixed on the webpage?