coding_test/BAEKJOON
백준 12015번 C++ 풀이
CodeJin
2025. 2. 25. 10:52
문제
https://www.acmicpc.net/problem/12015
시간 제한 | 메모리 제한 | solved.ac 티어 |
1초 | 512MB | 골드 2 |
풀이
https://codejin.tistory.com/314
백준 11053번 C++ 풀이
문제https://www.acmicpc.net/problem/11053시간 제한메모리 제한solved.ac 티어1초256MB실버 2풀이 밀린 문제 정리하기. 이번엔 LIS 알고리즘이다. 뭐 사실 dp의 특수형태라고도 할 수 있는데, LIS는 Longest Increasi
codejin.tistory.com