2020.08专题

336. Palindrome Pairs(Leetcode每日一题-2020.08.06)--抄答案

Problem 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. Example1 In

337. House Robber III(Leetcode每日一题-2020.08.05)

Problem The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the “root.” Besides the root, each house has one and only one parent house. Aft