Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neetcode-gh/leetcode
/ isEqual
Function
isEqual
javascript/0041-first-missing-positive.js:52–52 ·
view source on GitHub ↗
(num, indexNum)
Source
from the content-addressed store, hash-verified
50
const
isInBound = (num, nums) => num <= nums.length;
51
52
const
isEqual = (num, indexNum) => num === indexNum;
Callers
5
find
Method · 0.85
find
Method · 0.85
find
Method · 0.85
search
Function · 0.85
canSwap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected