Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/03 (1)
넘치게 채우기
[LeetCode] 1509. Minimum Difference Between Largest and Smallest Value in Three Moves
https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-moves/description/leetcode - Minimum Difference Between Largest and Smallest Value in Three Moves문제 유형 : 그리디, 정렬, 슬라이딩 윈도우문제 난이도 : Medium 문제You are given an integer array nums.In one move, you can choose one element of nums and change it to any value.Return the minimum difference between the largest and ..
PS/LeetCode
2024. 7. 3. 22:49