Added a function that checks if given string can be rearranged to for… · coderjack/algorithms-in-python@9b73884 · GitHub
Skip to content

Commit 9b73884

Browse files
susmith98svedirecclauss
authored
Added a function that checks if given string can be rearranged to form a palindrome. (TheAlgorithms#2450)
* Added check_if_string_can_be_rearranged_as_palindrome function. * Added counter implementation and benchmark function. * flake changes * Update and rename check_if_string_can_be_converted_to_palindrome.py to can_string_be_rearranged_as_palindrome.py * Update can_string_be_rearranged_as_palindrome.py * # Co-authored-by: svedire <VedireSusmith_Reddy@intuit.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent b05081a commit 9b73884

1 file changed

Lines changed: 113 additions & 0 deletions

File tree

Lines changed: 113 additions & 0 deletions

0 commit comments

Comments
 (0)