Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
hexavigesimal.h File Reference
#include <string>
Include dependency graph for hexavigesimal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ext
 

Functions

std::string ext::toBase26 (unsigned n)
 Function to convert a number to sequence of uppercase letters. More...
 
unsigned ext::fromBase26 (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...
 
unsigned ext::bijectiveFromBase26 (const std::string &rep)
 Function to convert sequence of uppercase letters to a number. More...