|
Project Euler Solutions
|

Namespaces | |
| c::p0014 | |
Macros | |
| #define | CACHE_SIZE 1000000 |
Functions | |
| unsigned int | c::p0014::collatz_len (unsigned long long n) |
| int | c::p0014::main (int argc, char const *argv[]) |
Variables | |
| static unsigned int | c::p0014::collatz_len_cache [CACHE_SIZE] = {0, 1, 0} |
| #define CACHE_SIZE 1000000 |
1.8.11