Notice
250x250
Recent Posts
Recent Comments
Link
목록2025/02/08 (1)
넘치게 채우기
[LeetCode] 2349. Design a Number Container System
https://leetcode.com/problems/design-a-number-container-system/description/leetcode - Design a Number Container System문제 유형: 우선순위 큐, 힙, 해시문제 난이도: Medium 문제Design a number container system that can do the following:Insert or Replace a number at the given index in the system.Return the smallest index for the given number in the system.Implement the NumberContainers class:NumberContainers() Initial..
PS/LeetCode
2025. 2. 8. 23:58