omw  0.2.1-beta
Modules
Algorithms Library

Modules

 Checksum Library
 

Double Dabble

std::vector< uint8_t > omw::doubleDabble128 (uint32_t valueHH, uint32_t valueLH, uint32_t valueHL, uint32_t valueLL)
 
std::vector< uint8_t > omw::doubleDabble128 (uint64_t valueH, uint64_t valueL)
 
std::vector< uint8_t > omw::doubleDabble (const omw::uint128_t &value)
 

Levenshtein Distance

template<typename T >
size_t omw::levenshteinDistance (const T *a, size_t aCount, const T *b, size_t bCount)
 
size_t omw::levenshteinDistance (const char *a, const char *b)
 
size_t omw::levenshteinDistance (const std::string &a, const std::string &b)
 
template<typename T >
size_t omw::levenshteinDistance (const std::vector< T > &a, const std::vector< T > &b)
 

Detailed Description

#include <omw/algorithm.h>