kyu_6.find_the_odd_int package

Submodules

kyu_6.find_the_odd_int.find_the_odd_int module

Find the odd int

kyu_6.find_the_odd_int.find_the_odd_int.find_it(seq: List[int]) → int[source]

Given an array, find the int that appears an odd number of times. :param seq: :return:

kyu_6.find_the_odd_int.test_find_the_odd_int module

class kyu_6.find_the_odd_int.test_find_the_odd_int.FindTheOddIntTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing find_it function

test_something()[source]

Sample testing. Expected result is 5 :return:

Module contents