Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/23 (1)
넘치게 채우기
[LeetCode] 1636. Sort Array by Increasing Frequency
https://leetcode.com/problems/sort-array-by-increasing-frequency/description/leetcode - Sort Array by Increasing Frequency문제 유형 : 정렬문제 난이도 : Easy 문제Given an array of integers nums, sort the array in increasing order based on the frequency of the values. If multiple values have the same frequency, sort them in decreasing order.Return the sorted array. 정수 배열 nums가 주어진다. 배열을 수가 나오는 빈도에 따라 오름차순 정렬하라..
PS/LeetCode
2024. 7. 23. 10:13