- 발행일
99클럽 코테 스터디 22일차 TIL + 오늘의 학습 키워드: 완전 탐색
• 비기너: https://leetcode.com/problems/take-gifts-from-the-richest-pile/description/ (30분)
• 비기너: https://leetcode.com/problems/take-gifts-from-the-richest-pile/description/ (30분)
필수 해시태그: #99클럽 #코딩테스트준비 #개발자취업 #항해99 #TIL
• 비기너: https://www.acmicpc.net/problem/1417 (30분)
let pair = new Array(7); pair[1] = 6; pair[2] = 4; pair[3] = 5; pair[4] = 2; pair[5] = 3; pair[6] = 1;
• 비기너: https://www.acmicpc.net/problem/11004 (30분)