MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / Problem011.test.js

File Problem011.test.js

Project-Euler/test/Problem011.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { largestProductInAGrid } from '../Problem011.js'
2
3const arr = [
4 [8, 2, 22, 97, 38, 15, 0, 40, 0, 75, 4, 5, 7, 78, 52, 12, 50, 77, 91, 8],

Callers

nothing calls this directly

Calls 1

largestProductInAGridFunction · 0.90

Tested by

no test coverage detected