| 1 | #This program is solution for question available on Coding Ninjas Platform. |
| 2 | #Objective of the program is to find unique element from the list , it is possible when there are many repeating quantities, |
| 3 | import sys |
| 4 | def findUnique(arr, n): |
nothing calls this directly
no test coverage detected