Implement BTree
indexer
#11
Labels
enhancement
New feature or request
hard
Damn you believe yourself too much (not a thing) I dare you to solve these!
Btree
are important data structures they occur in modified form almost everywhere from databases to the file system.A
Btree
based indexer should allows for the followingO(log n)
operations including insertion deletion and traversal.You are allowed to use the
Btree
implementation already packaged internally for theIndexer
. The scoring for using library will be a MEDIUM while a full implementation including implementing theBTree
yourself will be awarded points for a HARD problem.The text was updated successfully, but these errors were encountered: