kyu_6.permute_a_palindrome package

Submodules

kyu_6.permute_a_palindrome.permute_a_palindrome module

kyu_6.permute_a_palindrome.permute_a_palindrome.permute_a_palindrome(string: str) → bool[source]

A function that check whether the permutation of an input string is a palindrome. :param string: :return:

kyu_6.permute_a_palindrome.test_permute_a_palindrome module

class kyu_6.permute_a_palindrome.test_permute_a_palindrome.PermutePalindromeTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing permute_a_palindrome function

test_permute_a_palindrome_empty_string()[source]
test_permute_a_palindrome_negative()[source]
test_permute_a_palindrome_positive()[source]

Testing permute_a_palindrome function :return:

Module contents