Skip to content

Commit dbc72a3

Browse files
committed
Edit README
1 parent 5505d48 commit dbc72a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ These algorithm implementations can be found on sorts.h file.
1616
## Data Structures
1717

1818
1. [Red Black Tree](https://github.com/UgurKap/algorithm-implementations/blob/master/Red%20Black%20Tree/RedBlackTree.cpp)
19-
Red Black Trees are a special kind of binary search trees where tree is guaranteed to be in balance. Tree size is lgn at most.
19+
Red Black Trees are special kind of binary search trees where tree is guaranteed to be in balance. Tree size is lgn at most.
2020
2. [Order Statistic Tree](https://github.com/UgurKap/algorithm-implementations/blob/master/Order%20Statistic%20Tree/OrderStatisticTree.cpp)
2121
In this repo, you can find an order statistic tree based on red black trees. Order statistic tree is an efficient tree structure to get the ith smallest item where i is an index of your choice.

0 commit comments

Comments
 (0)