Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- candies
- 해커랭크
- 야근지수
- 격파르타 장점
- [sqld]자격증합격
- 격파르타 합격후기
- DFS: Connected Cell in a Grid
- Interview Preparation Kit
- Reverse Shuffle Merge
- Algorithm
- Special String Again
- Find the nearest clone
- Max Array Sum
- 코딩테스트
- 프로그래머스
- Recursion: Davis' Staircase
- Common Child
- programmers
- 알고리즘
- 백준
- 파이썬
- hackerrank
- 매칭점수
- python
- 머신러닝
- 구슬탈출2
- Roads and Libraries
- BFS: Shortest Reach in a Graph
- 피보나치 함수
- 격파르타 후기
Archives
- Today
- Total
목록clibingLeaderboard (1)
Archive
[Hackerrank]Climbing the Leaderboard
www.hackerrank.com/challenges/climbing-the-leaderboard/problem Climbing the Leaderboard | HackerRank Help Alice track her progress toward the top of the leaderboard! www.hackerrank.com 후기 문제 입력 조건을 꼼꼼히 봐야함. scores의 경우 내림차순으로(100, 90, 80, ...) 입력받고, alice의 경우 오름차순(50, 60, 79, ...)으로 입력받는다. 처음에는 입력 조건 제대로 안보고 scores list를 매번 반복문을 통해 순회하며 올바른 등수를 찾았지만, 시간초과 남. 나중에 입력 조건 확인 후, 정렬된 값으로 입력받기 때문에 alice..
공부/Algorithm
2020. 7. 29. 14:43