leetcode.cn 2026-08-28
🔴3734.lexicographically-smallest-palindromic-permutation-greater-than-target
🏷️ Tags
#two_pointers #string #enumeration
🔴3734.lexicographically-smallest-palindromic-permutation-greater-than-target
🏷️ Tags
#two_pointers #string #enumeration
Telegraph
lexicographically-smallest-palindromic-permutation-greater-than-target
给你两个长度均为 n 的字符串 s 和目标字符串 target,它们都由小写英文字母组成。