master
Enhance docs, add tests in AVLTree (#6058)
style: format code (#4212)
Remove redundant code and add tests for BSTIterative (#4164)
Cover BSTRecursive with tests (#4180)
Add Longest Subarray With Sum Less Than or Equal to K algorithm (#6042)
Add boundary traversal of binary tree (#5639)
Add automatic linter (#4214)
Refactor BinaryTreeIsBalanced algorithm (#4222)
style: enable `NeedBraces` in checkstyle (#5227)
Add `QuadTree` data structure (#5681)
Add SplayTree (#5142)
Add treap class (#5563)
style: enable `HideUtilityClassConstructor` in checkstyle (#5147)
Enhance Trie data structure with added methods and tests (#5538)