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

Namespaces

 c::p0015
 

Macros

#define lattice_paths(height, width)   (n_choose_r(height + width, height))
 

Functions

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

Macro Definition Documentation

#define lattice_paths (   height,
  width 
)    (n_choose_r(height + width, height))