public class Solution { public boolean canPermutePalindrome(String s) { HashSet set = new HashSet<>(); for(int i=0; i