Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neetcode-gh/leetcode
/ checkAns
Function
checkAns
javascript/0743-network-delay-time.js:60–64 ·
view source on GitHub ↗
(maxTime)
Source
from the content-addressed store, hash-verified
58
};
59
60
var
checkAns = (maxTime) => {
61
const
max = Math.max(...maxTime);
62
63
return
max < Infinity ? max : -1;
64
};
65
66
/**
67
* https:
//leetcode.com/problems/network-delay-time/
Callers
1
networkDelayTime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected