MCPcopy Create free account
hub / github.com/neetcode-gh/leetcode / isSame

Function isSame

javascript/0287-find-the-duplicate-number.js:172–172  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

170 }
171};
172const isSame = (a, b) => a === b;
173
174const search = (nums) => {
175 for (let index = 0; index < nums.length; index++) {

Callers 5

cyclicSortFunction · 0.70
searchFunction · 0.70
findDuplicateFunction · 0.70
moveFastFunction · 0.70
moveSlowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected