Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/09/30 (1)
넘치게 채우기
[LeetCode] 1381. Design a Stack With Increment Operation
https://leetcode.com/problems/design-a-stack-with-increment-operation/description/?envType=daily-question&envId=2024-09-30leetcode - Design a Stack With Increment Operation문제 유형 : 구현, 스택문제 난이도 : Medium 문제Design a stack that supports increment operations on its elements.Implement the CustomStack class:CustomStack(int maxSize) Initializes the object with maxSize which is the maximum number of elem..
PS/LeetCode
2024. 9. 30. 10:01