#26 - Find Unique Numbers
You are given an array of integers where some elements may be duplicated. Your task is to implement a function to find and return a list of unique numbers from the input array.
Example 1
Input
Output
Example 2
Input
Output
Last updated