Challenge 6: Finding the First Unique Integer in an Array

This challenge provides an array. Find the first integer, which is unique in the array.

Problem statement

Implement a function findFirstUnique(int arr[], int size), ...

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