SDSL 3.0.1
Succinct Data Structure Library
sdsl::coder Namespace Reference

Namespace for the different coder of the sdsl. More...

Classes

class  comma
 A class to encode and decode between comma code and binary code. More...
 
class  elias_delta
 A class to encode and decode between Elias- $\delta$ and binary code. More...
 
class  elias_gamma
 A class to encode and decode between Elias- $\delta$ and binary code. More...
 
class  fibonacci
 A class to encode and decode between Fibonacci and binary code. More...
 
class  run_length
 

Detailed Description

Namespace for the different coder of the sdsl.