MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / solution.js

File solution.js

project_euler_problems/lattice paths/solution.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/*
2 ** Using the combinatorial solution.
3 ** As we know that the grid is of size `gridSize`,
4 ** there will be exactly `gridSize` movements along the X and the Y axis

Callers

nothing calls this directly

Calls 1

countPathsFunction · 0.85

Tested by

no test coverage detected