Skip to content

Conversation

@jjangsungwon
Copy link
Member

📘 풀이한 문제

⭐ 문제에서 주로 사용한 알고리즘
  • 구현

📜 대략적인 코드 설명
  • 스테이지 별로 도달한 인원의 수를 담은 리스트를 구합니다.
  • 실패율은 현재 위치의 인원의 수 / (현재 위치의 인원의 수 + 현재 위치보다 높은 스테이지의 인원의 수 합)으로 구하였습니다.
  • 실패율을 모두 구한 후 실패율 값을 기준으로 정렬하였습니다.

@jjangsungwon jjangsungwon added the problem-solved Indication that this problem is solved label Oct 9, 2020
@ChanhuiSeok ChanhuiSeok merged commit 4bcc65d into CodeTest-StudyGroup:master Oct 9, 2020
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