백준 2839번 (설탕 배달, C++, DP) [BAEKJOON]
백준 2839번 ‘설탕 배달’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 사용하여 해결하였습니다. (This is an article on the issue of ‘sugar delivery’ in Baekjun 2839. Resolved using ‘DP’ algorithm.)
백준 2839번 (설탕 배달, C++, DP) [BAEKJOON] 더 읽기"
백준 2839번 ‘설탕 배달’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 사용하여 해결하였습니다. (This is an article on the issue of ‘sugar delivery’ in Baekjun 2839. Resolved using ‘DP’ algorithm.)
백준 2839번 (설탕 배달, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1100번 ‘하얀 칸’ 문제에 대한 글입니다. (This is BAEKJOON’s 1100th article on the ‘white compartment’ problem.)
백준 1100번 (하얀 칸, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 4949번 ‘균형잡힌 세상’ 문제에 대한 글입니다. ‘stack’ 으로 해결하였
백준 4949번 (균형잡힌 세상, C++, Stack) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1436번 ‘영화감독 숌’ 문제에 대한 글입니다. “brute force” 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1436 ‘Film Director Shom’ issue. Solved using the “brute force” algorithm.)
백준 1436번 (영화감독 숌, C++, brute force) [BAEKJOON] 더 읽기"
백준 1966번 “프린터 큐” 문제에 대한 글입니다. 자료구조 “Queue”를 이용하여 해결하였습니다. (This is an article about the “Printer Queue” problem in Baekjun 1966. I solved it using the data structure “Queue”.)
백준 1966번 (프린터 큐, C++, queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7568번 ‘덩치’ 문제에 대한 글입니다. (This is BAEKJOON’s 7568 article on the ‘large figure’ problem.)
백준 7568번 (덩치, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 15829번 “Hashing” 에 대한 글입니다. (This is an article about “Hashing” by BAEKJOON No. 15829)
백준 15829번 (Hashing, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10773번 ‘제로’ 문제에 대한 글입니다. ‘stack’을 이용하여 해결하였습니다. (This is BAEKJOON’s 10773 ‘Zero’ question. Resolved using ‘stack’.)
백준 10773번 (제로, C++, stack) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1874번 ‘스택 수열’ 문제에 대한 글입니다. (This is an article about the ‘stack sequence’ problem in BAEKJOON 1874.)
백준 1874번 (스택 수열, C++, stack) [BAEKJOON] / 추가 반례 더 읽기"
백준 10821번 ‘정수의 개수’ 문제에 대한 글입니다. (This is an article on the question of ‘number of integers’ in Baekjoon 10821. )
백준 10821번 (정수의 개수, C++) [BAEKJOON] 더 읽기"