SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/fibonacci_coder.hpp File Reference

fibonacci_coder.hpp contains the class sdsl::coder::fibonacci More...

#include "int_vector.hpp"

Go to the source code of this file.

Classes

class  sdsl::coder::fibonacci
 A class to encode and decode between Fibonacci and binary code. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
namespace  sdsl::coder
 Namespace for the different coder of the sdsl.

Detailed Description

fibonacci_coder.hpp contains the class sdsl::coder::fibonacci

Author:
Simon Gog