Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/betomoedano/JavaScript-Coding-Interview-Questions
/ max-subarray.js
File
max-subarray.js
arrays/max-subarray.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// O(n) time
2
// O(1) space
3
// difficulty MEDIUM
4
var
maxSubArray =
function
(nums) {
Callers
nothing calls this directly
Calls
1
maxSubArray
Function · 0.85
Tested by
no test coverage detected