lab_quacks
Spiteful Stacks and Questionable Queues
|
Contains code to test your recursion, stack, and queue problems. More...
Functions | |
template<typename T > | |
string | to_string (const T &value) |
template<typename T > | |
string | colorize (const T &actual, const T &expected) |
string | make_red (const string &output) |
string | make_green (const string &output) |
int | main () |
Contains code to test your recursion, stack, and queue problems.