Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ findMaxRecursion } from
'../FindMaxRecursion'
2
3
describe(
'Test findMaxRecursion function'
, () => {
4
const
positiveAndNegativeArray = [1, 2, 4, 5, -1, -2, -4, -5]
Callers
nothing calls this directly
Calls
1
findMaxRecursion
Function · 0.90
Tested by
no test coverage detected