@@ -50,7 +50,7 @@ data structure to their full potential.
5050    features provided by the library.
5151  *  All data structures are tested for correctness using a unit-testing framework.
5252  *  We provide a large collection of supporting documentation consisting of examples,
53-     [ cheat sheet] [ SDSLCS ] , tutorial slides and walk-through.
53+     [ cheat sheet] [ SDSLCS ] , [ tutorial slides and walk-through] [ TUT ] .
5454
5555The library contains many succinct data structures from the following categories:
5656
@@ -202,9 +202,9 @@ more information see the COPYING file in the library directory.
202202Lots of time was spent implementing the many features of the library. If you
203203use the library in an academic setting please cite the following paper:
204204
205- _ Simon  Gog, Matthias Petri: 
206- Optimized Succinct Data Structures for Massive Data, 
207- Accepted for publication in Software, Practice and Experience  [ Preprint ] [ SPE ] .
205+ Simon  Gog, Matthias Petri: 
206+ [ Optimized Succinct Data Structures for Massive Data] [ SPE ] , 
207+ Accepted for publication in Software, Practice and Experience.
208208
209209## External Resources used in SDSL  
210210
@@ -213,7 +213,7 @@ construction algorithms.
213213
214214*  Yuta Mori's incredible fast suffix [ libdivsufsort] [ DIVSUF ] 
215215  algorithm (version 2.0.1) for byte-alphabets.
216- *  An adapted version of Jesper Larsson's implementation of the
216+ *  An adapted version of Jesper Larsson's [ implementation] [ QSUFIMPL ]  of the
217217  algorithm of [ Larson and Sadakane] [ LS ]  for integer-alphabets.
218218
219219Additionally, we use the [ googletest] [ GTEST ]  framework to provide unit tests.
@@ -255,3 +255,4 @@ Feel free to contact any of the authors or create an issue on the
255255[ SDSLCS ] : http://simongog.github.io/assets/data/sdsl-cheatsheet.pdf  " SDSL Cheat Sheet " 
256256[ SDSLLIT ] : https://github.com/simongog/sdsl-lite/wiki/Literature  " Succinct Data Structure Literature " 
257257[ TUT ] : http://simongog.github.io/assets/data/sdsl-slides/tutorial  " Tutorial " 
258+ [ QSUFIMPL ] : http://www.larsson.dogma.net/qsufsort.c  " Original Qsufsort Implementation " 
0 commit comments