Challenge: First Non-Repeating Integer in a List—Hashing

Try to solve the First Non-Repeating Integer in a List—Hashing problem.

We'll cover the following

Statement

Given a list of integers, nums, find the first non-repeating integer in the list.

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.