일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SW봉사
- 백준
- 자바
- 백준 알고리즘
- MYSQL
- 알고리즘
- 백준알고리즘
- 코틀린
- C++
- 소프티어
- kotlin
- programmers
- 코딩봉사
- 프로그래머스
- softeer
- 파이썬
- 코딩교육봉사
- CJ UNIT
- java
- python
- BFS
- 데이터베이스
- 공부일지
- 회고
- 시나공
- 1과목
- 정보처리산업기사
- 문제풀이
- 스프링
- SQL
Archives
- Today
- Total
목록codility lesson16 (1)
JIE0025

https://app.codility.com/programmers/lessons/16-greedy_algorithms/ 16. Greedy algorithms lesson - Learn to Code - Codility Tie adjacent ropes to achieve the maximum number of ropes of length >= K. app.codility.com There are N ropes numbered from 0 to N − 1, whose lengths are given in an array A, lying on the floor in a line. For each I (0 ≤ I < N), the length of rope I on the line is A[I]. # 0~ ..
Algorithm/codility
2022. 5. 3. 19:36