Grokking the Coding Interview: Patterns for Coding Questions
Ask Author
Back to course home

0% completed

Vote For New Content
Harsh Chiki
Shouldn't "nums[i] != nums[j]" be "i != nums[j]"?

Harsh Chiki

Jun 16, 2024

Shouldn't "nums[i] != nums[j]" be "i != nums[j]"?

0

0

Comments
Comments
Harsh Chiki
Harsh Chikia year ago

No - figured it out.

On this page