반응형
leetcode 336
![[리트코드] 336. Palindrome Pairs / Javascript](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FxxC4X%2Fbtre9EJcsox%2FShuyLIU7pl6lzNHlaJFrS0%2Fimg.png)
[리트코드] 336. Palindrome Pairs / Javascript
문제주소 : https://leetcode.com/problems/palindrome-pairs/ Palindrome Pairs - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 더보기 Given a list of unique words, return all the pairs of the distinct indices (i, j) in the given list, so that the concatenation of the two words words[i] + w..
반응형