We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2328fa0 commit 9bd88afCopy full SHA for 9bd88af
README.md
@@ -1,3 +1,11 @@
1
# AVL Tree
2
3
AVL Tree implementation in C++20.
4
+
5
+## Features
6
7
+- `AVL`, `Naive` binary search tree implementations
8
+- `OrderedSet` parametrized by `BST` type
9
+- `IndexedOrderedSet` with `O(logn)` kth element method
10
+- BST Node contains payload that is computed from its children
11
+- Common algorithms: `Search`, `Min/Max`, `Lower/Upper Bound`, `Successor/Predecessor`
0 commit comments