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 fn find_first_unique(arr: &[i32]) -> i32
, which takes an array as input and returns the first unique integer in the ...
Access this course and 1400+ top-rated courses and projects.