[LeetCode] 1544. Make The String Great (Python)
·
Algorithm
LeetCode 1544. Make The String Great 🗓️ Daily LeetCoding Challenge November, Day 8 Stack https://leetcode.com/problems/make-the-string-great/ Make The String Great - 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 1. 문제 설명 문자열 s가 주어지고, 두 문자가 Good(?)인 경우 리턴하는 문제이다. Good을 만족하는 조건은 다음..