Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Namespaces | |
namespace | ext |
Functions | |
unsigned | ext::fromBase26 (const std::string &rep) |
Function to convert sequence of uppercase letters to a number. More... | |
std::string | ext::toBase26 (unsigned n) |
Function to convert a number to sequence of uppercase letters. More... | |
unsigned | ext::bijectiveFromBase26 (const std::string &rep) |
Function to convert sequence of uppercase letters to a number. More... | |
std::string | ext::bijectiveToBase26 (unsigned n) |
Function to convert a number to sequence of uppercase letters. More... | |