diff options
Diffstat (limited to 'documentation/bookmark/data')
-rw-r--r-- | documentation/bookmark/data/structure.md | 6 | ||||
-rw-r--r-- | documentation/bookmark/data/structure/bitmap.md | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/documentation/bookmark/data/structure.md b/documentation/bookmark/data/structure.md new file mode 100644 index 000000000..ebf7070e2 --- /dev/null +++ b/documentation/bookmark/data/structure.md @@ -0,0 +1,6 @@ +# Reference + +1. [6.851: Advanced Data Structures (Spring'21)](https://courses.csail.mit.edu/6.851/spring21/) +1. [An Efficient Representation for Sparse Sets](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.30.7319&rep=rep1&type=pdf) +1. [Red-black tree implementation notes](http://jstimpfle.de/blah/rbtree/main.html) + diff --git a/documentation/bookmark/data/structure/bitmap.md b/documentation/bookmark/data/structure/bitmap.md new file mode 100644 index 000000000..d7a494752 --- /dev/null +++ b/documentation/bookmark/data/structure/bitmap.md @@ -0,0 +1,4 @@ +# Reference + +0. [Roaring Bitmaps](https://roaringbitmap.org/) + |