336. Palindrome Pairs
摘要:Given a list of unique words, find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. words[i] + words[j] is a palindrome. Example 1: Input: ["ab...
阅读全文
posted @ 2018-11-09 07:20
浙公网安备 33010602011771号