Commit 595db62
committed
feat: remove B+ Tree implementation due to logical errors
The current implementation of the B+ Tree contains critical logical issues, particularly in tree balancing and search operations. All related classes and tests have been removed to prevent further issues. The algorithm will be rewritten in the future with a more robust approach. Removed files include:1 parent 25e0a07 commit 595db62
9 files changed
Lines changed: 0 additions & 1325 deletions
File tree
- src/Tree
- BPlusTreeNode
- tests/Tree
- BPlusTreeNode
This file was deleted.
0 commit comments