Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Functions
stringology::exact Namespace Reference

Data Structures

class  BoyerMoore
 
class  BoyerMooreHorspool
 
class  CGR
 
class  DeadZoneUsingBadCharacterShift
 
class  Dogaru
 
class  ExactFactorMatch
 
class  GalilSeiferas
 
class  KnuthMorrisPratt
 
class  NotSoNaive
 
class  QuickSearch
 
class  QuiteNaive
 
class  ReversedBoyerMooreHorspool
 
class  SequentialSampling
 
class  TailedSubstring
 

Functions

size_t div_up (const size_t &x, const size_t &y)
 

Function Documentation

◆ div_up()

size_t stringology::exact::div_up ( const size_t &  x,
const size_t &  y 
)
Here is the caller graph for this function: