Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <AlgorithmCategories.hpp>
Public Types | |
enum class | AlgorithmCategory { DEFAULT , TEST , STUDENT , EFFICIENT , NAIVE , NONE } |
Static Public Member Functions | |
static AlgorithmCategory | algorithmCategory (std::string category) |
static std::string | toString (AlgorithmCategory category) |
|
strong |
|
static |
|
static |