MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / sol1.py

File sol1.py

project_euler/problem_15/sol1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import print_function
2from math import factorial
3
4def lattice_paths(n):

Callers

nothing calls this directly

Calls 1

lattice_pathsFunction · 0.85

Tested by

no test coverage detected