백준 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.)
백준 13398번 ‘연속합 2’ 문제에 대한 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This article is about Baek Joon Number 13398 ‘Continuous Combination 2’ It was solved using dynamic programming.)
백준 4811번 ‘ 알약 ‘ 문제에 대한 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This is an article about the ‘pill’ problem of Baekjoon Number 4811. It was solved using dynamic programming.)
백준 2293번 ‘동전’ 문제에 대한 블로그 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This is a blog post about the issue of ‘Coin’ in Baekjun 2293. 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. )
백준 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.)
백준 1932번 ‘정수 삼각형’ 문제에 대한 글입니다. 다이나믹 프로그래밍 알고리즘을 이용하여 해결하였습니다. (This article is about the question of Baekjoon
Number 1932 ‘integer triangle’. It was solved using a dynamic programming algorithm.)
백준 9251번 ‘LCS’ 문제에 대한 글입니다. (This is an article about the problem of “LCS” in Baekjoon
Number 9251)
백준 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.)