Commit 7bc6d40
committed
feat: Add Binary Search Tree (BST) and AVL Tree implementations
- Implemented BST with insert, delete, search operations
- Implemented AVL Tree with self-balancing rotations
- Added comprehensive unit tests
- Fixes #69571 parent f693c44 commit 7bc6d40
4 files changed
Lines changed: 1169 additions & 300 deletions
File tree
- src
- main/java/com/thealgorithms/datastructures/trees
- test/java/com/thealgorithms/datastructures/trees
0 commit comments