Skip to content

Commit 2e34e5d

Browse files
📦 NEW: added a new case for Project Euler Problem 15
1 parent 096e624 commit 2e34e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Project-Euler/test/Problem015.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ describe('Finding total numbers of Latice Paths', () => {
55
test.each([
66
[2, 6],
77
[4, 70],
8+
[5, 252],
89
[10, 184756],
910
[20, 137846528820]
1011
])('If Grid Size: %i, then Latice Paths count: %i', (a, expected) => {

0 commit comments

Comments
 (0)