[LeetCode] Construct K Palindrome Strings

1 · · May 3, 2022, 5:07 a.m.
1400. Construct K Palindrome Strings Given a string s and an integer k, return true if you can use all the characters in s to construct k palindrome strings or false otherwise. ...