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
- dfs
- 다이나믹 프로그래밍
- 백준 1759 c++
- 백준 23567
- 23567 c++
- 백트래킹
- 너비우선탐색
- icpc 2021
- 동적계획법
- BFS
- 백준 23567 c++
- 암호만들기 c++
- 백준 암호만들기
- C++
- 백준 1094 막대기 c++
- 백준 암호만들기 c++
- 백준 1094 막대기
- 막대기 c++
- 백준
- 백준 1094 c++
- 백준 double rainbow c++
- 백준 5430 c++
- 1759 c++
- 암호만들기 백트래킹
- double rainbow c++
- 백준 double rainbow
- dp
- 백준 더블 레인보우
- 깊이우선탐색
- 1094 c++
Archives
- Today
- Total
목록double rainbow c++ (1)
dev study-log
[백준 / #23567 / C++] Double Rainbow
이 문제는 ICPC 2021 기출문제이다. https://www.acmicpc.net/problem/23567 23567번: Double Rainbow Let $P$ be a set of $n$ points on the $x$-axis and each of the points is colored with one of the colors $1, 2, \dots , k$. For each color 𝑖 of the 𝑘 colors, there is at least one point in $P$ which is colored with $i$. For a set $P'$ of consecutive p www.acmicpc.net 투 포인터를 공부하기 아주 좋은 문제라고 생각된다. 문제 해석: 영어 해석에 어려움..
Algorithm
2023. 2. 10. 20:11