Challenge: First Non-Repeating Integer in an Array—Hashing

Try to solve the First Non-Repeating Integer in an Array—Hashing problem.

We'll cover the following

Statement

Given an array of integers, nums, find the first non-repeating integer in the array.

Constraints:

  • 11 \leq nums.length 103\leq 10^3

  • 5000-5000 \leq nums[i] 5000\leq 5000

Examples

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.