...

/

Challenge 6: Finding the First Unique Integer in an Array

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), ...