StringBuilder2 240311 LeetCode 문제 풀이 791. Custom Sort String https://leetcode.com/problems/custom-sort-string/description/?envType=daily-question&envId=2024-03-11 1) 문제 설명 You are given two strings order and s. All the characters of order are unique and were sorted in some custom order previously. Permute the characters of s so that they match the order that order was sorted. More specifically, if a character x occurs before a char.. 2024. 3. 11. 231201 LeetCode 문제 풀이 1662. Check If Two String Arrays are Equivalent https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/description/?envType=daily-question&envId=2023-12-01 1) 문제 설명 Given two string arrays word1 and word2, return true if the two arrays represent the same string, and false otherwise. A string is represented by an array if the array elements concatenated in order forms the string... 2023. 12. 1. 이전 1 다음