
[LeetCode] 1930. Unique Length-3 Palindromic Subsequences (Python)
·
알고리즘/LeetCode
난이도: Medium 문제 설명Given a string s, return the number of unique palindromes of length three that are a subsequence of s. Note that even if there are multiple ways to obtain the same subsequence, it is still only counted once. A palindrome is a string that reads the same forwards and backwards. A subsequence of a string is a new string generated from the original string with some characters (can b..