409. Longest Palindrome

  • use as many as char in odds
  • add 1 if any odd exists

479. Largest Palindrome Product

  • enumerate all situation from max to min

266. Palindrome Permutation

  • only one odd count

267. Palindrome Permutation II