Skip to content

Commit b90196c

Browse files
committed
mention BP tree in readme
1 parent 2a65173 commit b90196c

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,7 +16,7 @@ since the intrinsics speed up both `rank` and `select` operations by a factor of
1616
- An Elias-Fano encoding of monotone sequences supporting constant-time predecessor/successor queries.
1717
- Two Range Minimum Query vector structures for constant-time range minimum queries.
1818
- A Wavelet Matrix supporting `O(k)` rank, select, statistical, predecessor, and successor queries.
19-
- A succinct tree structure supporting level-ordered and depth-first-ordered tree navigation and subtree queries.
19+
- A succinct tree structure (BP Tree) supporting level-ordered and depth-first-ordered tree navigation and subtree queries.
2020

2121
## Why Vers?
2222
- Vers is among the fastest publicly available bit vector implementations for rank and select operations.

0 commit comments

Comments
 (0)