Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/06 (1)
넘치게 채우기
[LeetCode] 846. Hand of Straights
https://leetcode.com/problems/hand-of-straights/description/leetcode - Hand of Straights문제 유형 : 우선순위 큐, 그리디, 해시문제 난이도 : Medium 문제Alice has some number of cards and she wants to rearrange the cards into groups so that each group is of size groupSize, and consists of groupSize consecutive cards.Given an integer array hand where hand[i] is the value written on the ith card and an integer groupSize,..
PS/LeetCode
2024. 6. 6. 11:17