@@ -6,8 +6,7 @@ What is it?
66
77The Succinct Data Structure Library (SDSL) is a powerful and flexible C++11
88library implementing succinct data structures. In total, the library contains
9- the highlights of 40 [ research publications] ( https://github.com/simongog/sdsl-lite/wiki/Literature ) .
10- Succinct data structures
9+ the highlights of 40 [ research publications] [ SDSLLIT ]  Succinct data structures
1110can represent an object (such as a bitvector or a tree) in space close the
1211information-theoretic lower bound of the object while supporting operations
1312of the original object efficiently. The theoretical time complexity of an
@@ -145,7 +144,7 @@ To compile the program using `g++` run:
145144g++ -std=c++11 -O3 -I ~ /include -L ~ /lib program.cpp -o lsdsl
146145``` 
147146
148- Next we suggest you look at the comprehensive [ tutorial] [ TUT ]  of Simon Gog  which describes
147+ Next we suggest you look at the comprehensive [ tutorial] [ TUT ]  which describes
149148all major features of the library or look at some of the provided [ examples] ( examples ) .
150149
151150Test
@@ -203,7 +202,9 @@ more information see the COPYING file in the library directory.
203202Lots of time was spent implementing the many features of the library. If you
204203use the library in an academic setting please cite the following paper:
205204
206- _ Simon Gog, Matthias Petri: Optimized Succinct Data Structures for Massive Data, Accepted for publication in Software, Practice and Experience_ .
205+ _ Simon Gog, Matthias Petri: 
206+ Optimized Succinct Data Structures for Massive Data, 
207+ Accepted for publication in Software, Practice and Experience [ Preprint] [ SPE ] .
207208
208209## External Resources used in SDSL  
209210
@@ -252,3 +253,5 @@ Feel free to contact any of the authors or create an issue on the
252253[ LS ] : http://www.sciencedirect.com/science/article/pii/S0304397507005257  " Larson & ;  Sadakane Algorithm " 
253254[ GTEST ] : https://code.google.com/p/googletest/  " Google C++ Testing Framework " 
254255[ SDSLCS ] : http://simongog.github.io/assets/data/sdsl-cheatsheet.pdf  " SDSL Cheat Sheet " 
256+ [ SDSLLIT ] : https://github.com/simongog/sdsl-lite/wiki/Literature  " Succinct Data Structure Literature " 
257+ [ TUT ] : http://simongog.github.io/assets/data/sdsl-slides/tutorial  " Tutorial " 
0 commit comments