Project Euler Solutions
Functions | Variables
c::p0014 Namespace Reference

Functions

unsigned int collatz_len (unsigned long long n)
 
int main (int argc, char const *argv[])
 

Variables

static unsigned int collatz_len_cache [CACHE_SIZE] = {0, 1, 0}
 

Function Documentation

unsigned int c::p0014::collatz_len ( unsigned long long  n)
inline

Here is the caller graph for this function:

int c::p0014::main ( int  argc,
char const *  argv[] 
)

Here is the call graph for this function:

Variable Documentation

unsigned int c::p0014::collatz_len_cache[CACHE_SIZE] = {0, 1, 0}
static