admin@onlinelearningcenter.in (+91) 7 999 01 02 03

Non-Repeating Element

Find the first non-repeating element in a given array of integers.

Examples:

Input : -1 2 -1 3 2
Output : 3
Explanation : The first number that does not repeat is : 3

Input : 9 4 9 6 7 4
Output : 6
Published By : Shazia Irfan Bebal
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Comments

Jquery Comments Plugin