DIY: Palindrome Permutation

Solve the interview question "Palindrome Permutation" in this lesson.

Problem statement

You are given a string, str. Your task is to find whether or not a permutation of this string is a palindrome. You should return true if such a ...