백준 11053번 (가장 긴 증가하는 부분 수열, C++) [BAEKJOON]
백준 11053번 ‘가장 긴 증가하는 부분 수열’ 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 11053 “Longest Increasing Partial Sequence” problem. It was solved using DP algorithm.)
백준 11053번 ‘가장 긴 증가하는 부분 수열’ 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 11053 “Longest Increasing Partial Sequence” problem. It was solved using DP algorithm.)
백준 4811번 ‘ 알약 ‘ 문제에 대한 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This is an article about the ‘pill’ problem of Baekjoon Number 4811. It was solved using dynamic programming.)
백준 2293번 ‘동전 1’ 문제에 대한 글입니다.
다이나믹 프로그래밍을 이용하여 해결하였습니다. (
This is a blog post about the problem of ‘Coin 1’ in Baekjun 2293. I solved the problem using dynamic programming. )
백준 2096번 ‘내려가기’ 문제에 대한 글입니다. (This article is about Baekjoon Number 2096 ‘Going down’.)
백준 17070번 ‘파이프 옮기기 1’ 문제에 대한 글입니다. BFS 탐색 또는 DP 알고리즘을 이용하여 해결이 가능합니다. (This article is about Baekjoon Number 17070 ‘Pipe Transfer 1’ problem. It can be solved using BFS search or DP algorithm.)
백준 9251번 ‘LCS’ 문제에 대한 글입니다. (This is an article about the problem of “LCS” in Baekjoon
Number 9251)
백준 11660번 ‘구간 합 구하기 5’ 문제에 대한 글입니다. 다이나믹 프로그래밍 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 11660 question of ‘Total Section 5’. It was solved using a dynamic programming algorithm.)
백준 1149번 ‘RGB거리’ 문제에 대한 글입니다. 다이나믹 프로그래밍 알고리즘을 이용하여 해결하였습니다. (This article is about the issue of “RGB Street” in Baekjun 1149. It was solved using a dynamic programming algorithm.)
벨만-포드 (Bellman–Ford Algorithm) 알고리즘을 정리한 내용의 글입니다. (This article summarizes Bellman-Ford algorithm.)
백준(BAEKJOON) 5719번 “거의 최단 경로” 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This article is about the “near shortest path” problem in BAEKJOON No. 5719. It was solved using Dijkstra algorithm.)