Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/12 (1)
넘치게 채우기
[LeetCode] 1717. Maximum Score From Removing Substrings
https://leetcode.com/problems/maximum-score-from-removing-substrings/leetcode - Maximum Score From Removing Substrings문제 유형 : 그리디, 스택, 슬라이딩 윈도우 문제 난이도 : Medium 문제You are given a string s and two integers x and y. You can perform two types of operations any number of times. Remove substring "ab" and gain x points. For example, when removing "ab" from "cabxbae" it becomes "cxbae". Remove substring..
PS/LeetCode
2024. 7. 12. 13:36