MCPcopy 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

50const isInBound = (num, nums) => num <= nums.length;
51
52const isEqual = (num, indexNum) => num === indexNum;

Callers 5

findMethod · 0.85
findMethod · 0.85
findMethod · 0.85
searchFunction · 0.85
canSwapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected