Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Smirnov <53015676+vityaman@users.noreply.github.com>
vityaman authored Nov 7, 2024
1 parent 2328fa0 commit 9bd88af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# AVL Tree

AVL Tree implementation in C++20.

## Features

- `AVL`, `Naive` binary search tree implementations
- `OrderedSet` parametrized by `BST` type
- `IndexedOrderedSet` with `O(logn)` kth element method
- BST Node contains payload that is computed from its children
- Common algorithms: `Search`, `Min/Max`, `Lower/Upper Bound`, `Successor/Predecessor`

0 comments on commit 9bd88af

Please sign in to comment.