Skip to content

Commit dc1fb5a

Browse files
committed
Issue #64: Added links to docu.
1 parent c35bf21 commit dc1fb5a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5555
The 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.
202202
Lots of time was spent implementing the many features of the library. If you
203203
use 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

219219
Additionally, 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

Comments
 (0)