Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Order-statistic-AVL-tree
> This is a simple implementation of an order-statistic AVL tree in C++.
[![Build Status](https://travis-ci.com/gampu/Order-statistic-AVL-tree.svg?token=77iqP6njyrrs3QHPupD5&branch=master)](https://travis-ci.com/gampu/Order-statistic-AVL-tree)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree?ref=badge_shield)

## Example Usage:
```cpp
Expand Down Expand Up @@ -230,3 +231,7 @@ The core functionality of an order-statistics AVL tree has been well tested and

- Add documentation for workings of different concepts and techniques.
- Add coverity scan and profiling.


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgampu%2FOrder-statistic-AVL-tree?ref=badge_large)