Skip to content

Conversation

@cheonjiwan
Copy link
Contributor

📘 풀이한 문제

⭐ 문제에서 주로 사용한 알고리즘
  • 해쉬맵, 정렬

📜 대략적인 코드 설명
  • 베스트앨범의 조건에 맞도록 정렬합니다.
  • 장르의 재생횟수가 가장 큰 순으로, 장르 내에서 재생횟수가 가장 큰순으로, 재생횟수가 같다면 고유번호가 낮은순으로..
  • 그리고 정렬된 데이터들을 하나씩 가져와서 고유번호를 넣습니다. 만약 한 장르에서 2개가 나왔다면 다음부턴 무시합니다.

@cheonjiwan cheonjiwan added the problem-solved Indication that this problem is solved label Jun 21, 2021
@SeokgyuHong SeokgyuHong merged commit ef02f1c into CodeTest-StudyGroup:master Jun 21, 2021
@cheonjiwan cheonjiwan deleted the func branch July 19, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

problem-solved Indication that this problem is solved

2 participants