Skip to content

room-js/exercise2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Exercise #2

Programming Challenge "Lattice paths" (Taken from Project Euler)

Description

Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner.

2x2 grid paths

How many such routes are there through a 20×20 grid?

Input

  • (none)

Output

  • number

Solution's Review

If you want to apply your solution for Code Review please open a Pull Request to this repository. Feedback will be provided in comments (publicly accessible).

Programming languages: JavaScript/TypeScript

Good luck!

About

Programming Challenge: "Lattice paths"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published