MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / codingninja_array_problem.py

File codingninja_array_problem.py

Python/codingninja_array_problem.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
3import sys
4def findUnique(arr, n):

Callers

nothing calls this directly

Calls 3

findUniqueFunction · 0.85
takeInputFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected