Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/strings/search_rabin_karp/rabin_karp.h File Reference
#include "utils/preconditions/preconditions.h"
#include <vector>
#include <iterator>
#include <algorithm>
#include "strings/suffix_array_naive/sort_helper.h"
#include "strings/search_callback/search_callback.h"
#include "utils/macros/unused.h"
#include <stdio.h>
#include "rolling_hash.h"
Include dependency graph for rabin_karp.h:

Go to the source code of this file.

Classes

class  strings::search::RabinKarp

Namespaces

namespace  strings
namespace  strings::search
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines