Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/14 (1)
넘치게 채우기
[LeetCode] 945. Minimum Increment to Make Array Unique
https://leetcode.com/problems/minimum-increment-to-make-array-unique/description/leetcode - Minimum Increment to Make Array Unique문제 유형 : 정렬, 그리디문제 난이도 : Medium 문제You are given an integer array nums. In one move, you can pick an index i where 0 and increment nums[i] by 1.Return the minimum number of moves to make every value in nums unique.The test cases are generated so that the answer fits in..
PS/LeetCode
2024. 6. 14. 09:23