Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/strings/suffix_array_log2/manber_myers_log2.h File Reference
#include "utils/preconditions/preconditions.h"
#include <vector>
#include <algorithm>
#include "debug/ppdebug.h"
#include "utils/static_assert/static_assert.h"
#include <limits>
Include dependency graph for manber_myers_log2.h:

Go to the source code of this file.

Classes

class  strings::suffix_array::ManberMyersLog2_< IndexType >
struct  strings::suffix_array::ManberMyersLog2_< IndexType >::Suffix

Namespaces

namespace  strings
namespace  strings::suffix_array

Typedefs

typedef ManberMyersLog2_< int > strings::suffix_array::ManberMyersLog2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines