백준 1904번 (01타일, C++, DP) [BAEKJOON]
백준 1904번 “01타일” 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This is an article about the “01 Tile” problem in Baekjun 1904. It was solved using DP algorithm.)
백준 1904번 (01타일, C++, DP) [BAEKJOON] 더 읽기"
백준 1904번 “01타일” 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This is an article about the “01 Tile” problem in Baekjun 1904. It was solved using DP algorithm.)
백준 1904번 (01타일, C++, DP) [BAEKJOON] 더 읽기"
백준 1110번 ‘더하기 사이클’ 문제에 대한 글입니다. 기초적인 구현 문제입니다. (This is an article about the ‘plus cycle’ problem in Baekjoon 1110. It’s a fundamental implementation problem.)
백준 1110번 (더하기 사이클, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 17219번 “비밀번호 찾기” 문제에 대한 글입니다. (This is an article about the “Find Password” problem in BAEKJOON 17219.)
백준 17219번 (비밀번호 찾기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9095번 ‘1, 2, 3 더하기’ 문제에 대한 글입니다. DP 를 이용하여 해결하였습니다.
백준 9095번 (1, 2, 3 더하기, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1676번 ‘팩토리얼’ ‘0의 개수’에 대한 문제입니다. (It’s a question about ‘factual number of zero’ in BAEKJOON No.1676.)
백준 1676번 (팩토리얼 0의 개수, C++) [BAEKJOON] 더 읽기"
백준 1764번 ‘듣보잡’ 문제에 대한 글입니다. 자료구조 “unordered_set”,”set”의 성질을 이용하여 해결하였습니다.
백준 1764번 (듣보잡, C++, Set) [BAEKJOON] 더 읽기"
백준 10823번 ‘더하기 2’ 문제에 대한 글입니다. 파싱 기초 문제입니다. (This is an article on the question of ‘plus 2’ of Baekjun 10823. It’s a parsing basic problem.)
백준 10823번 (더하기 2, C++) [BAEKJOON] 더 읽기"
백준 1929번 ‘소수 구하기’ 문제에 대한 글입니다. “에라토스테네스의 체” 알고리즘을 이용하여 해결하였습니다. (This is Baekjun’s 1929 article on the question of “Finding-Prime-Number” It was solved using the “Sieve of Eratosthenes” algorithm.)
백준 1929번 (소수 구하기, C++, 에라토스테네스의 체) [BAEKJOON] 더 읽기"
백준 1427번 “소트인사이드” 문제에 대한 글입니다. (This is Baekjun 1427, about the “Sort Inside” issue.)
백준 1427번 (소트인사이드, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2108번 “통계학” 문제에 대한 글입니다. (This article is about the “Statistics” problem in BAEKJOON No. 2108.)
백준 2108번 (통계학, C++) [BAEKJOON] 더 읽기"