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
- 구현
- AWS
- 백엔드
- Thymeleaf
- siver3
- 9252
- mysql
- PYTHON
- 개념
- Gold4
- LCS
- 백준
- LEVEL1
- Kakao
- error
- 오류
- glod4
- gold2
- CSS
- leetcode 69
- jpa
- 배포
- 프로그래머스
- spring
- HTML
- LEVEL2
- glod5
- leetcode
- gold5
- java
Archives
- Today
- Total
목록135 (1)
이 험난한 세상에서어어~
leetcode 135, Candy(java)
문제 설명 n 명의 아이들이 서 있다. 각 아이들은 정수로 된 ratings을 부여받는다. 이때 아래의 요청에 따라 아이들에게 사탕을 나누어 준다. 각 아이들은 적어도 하나의 사탕을 가지고 있어야 한다. 그들의 이웃보다 더 rating이 크다면 해당 아이는 더 많은 사탕을 가져야 한다. 아이들에게 나눠줄 수 있는 사탕의 최소 개수를 구하여라. https://leetcode.com/problems/candy/ Candy - LeetCode Can you solve this real interview question? Candy - There are n children standing in a line. Each child is assigned a rating value given in the integer..
algorithm/코딩 테스트
2023. 9. 13. 10:16