Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/09/29 (1)
넘치게 채우기
[LeetCode] 432. All O`one Data Structure
https://leetcode.com/problems/all-oone-data-structure/description/?envType=daily-question&envId=2024-09-29leetcode - All O'one Data Structure문제 유형 : 해시, 구현문제 난이도 : Hard 문제Design a data structure to store the strings' count with the ability to return the strings with minimum and maximum counts.Implement the AllOne class:AllOne() Initializes the object of the data structure.inc(String key) Increme..
PS/LeetCode
2024. 9. 29. 17:34