Exemplo n.º 1
0
 public static string LatticePathsFast(int n)
 {
     return(CombinatoricFunctions.binomialcoeff(2 * n, n).ToString());
 }