Scramble String (1) 썸네일형 리스트형 LeetCode: 87번 (Scramble String) [JAVA] 문제 링크 https://leetcode.com/problems/scramble-string/ Scramble String - LeetCode Can you solve this real interview question? Scramble String - We can scramble a string s to get a string t using the following algorithm: 1. If the length of the string is 1, stop. 2. If the length of the string is > 1, do the following: * Split the string leetcode.com 풀이 전체적인 풀이 과정은 다음과 같다. 주어진 문자열 a, b를 계속 분할하는 재귀함.. 이전 1 다음