Skip to content

Conversation

@jjangsungwon
Copy link
Member

📘 풀이한 문제
  • [카카오 2018 블라인드 공채] n진수 게임

⭐ 문제에서 주로 사용한 알고리즘
  • 문자열

📜 대략적인 코드 설명
  • 10진수를 2 ~ 16진수 중 원하는 진수 값으로 변환하는 함수를 구현하였습니다.
  • 튜브가 말해야 하는 숫자 t 개를 포함하는 충분히 긴 수를 만든 후 해당 숫자에서 튜브가 말하는 인덱스에 해당하는 값만 따로 추출하였습니다.

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