首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
leetcode336专题
leetcode336. 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: Given wor
阅读更多...