Project Euler Solutions
Namespaces | Macros | Functions | Variables
p0014.c File Reference
#include <stdio.h>
#include "include/macros.h"
Include dependency graph for p0014.c:

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}
 

Macro Definition Documentation

#define CACHE_SIZE   1000000