MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / FindMaxRecursion.test.js

File FindMaxRecursion.test.js

Maths/test/FindMaxRecursion.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { findMaxRecursion } from '../FindMaxRecursion'
2
3describe('Test findMaxRecursion function', () => {
4 const positiveAndNegativeArray = [1, 2, 4, 5, -1, -2, -4, -5]

Callers

nothing calls this directly

Calls 1

findMaxRecursionFunction · 0.90

Tested by

no test coverage detected