백준 3046번 (R2, C++) [BAEKJOON]
백준 3046번 ‘R2’ 문제에 대한 글입니다. (This is an article about the ‘R2’ problem in BAEKJOON 3046.)
백준 3046번 (R2, C++) [BAEKJOON] 더 읽기"
백준 3046번 ‘R2’ 문제에 대한 글입니다. (This is an article about the ‘R2’ problem in BAEKJOON 3046.)
백준 3046번 (R2, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1075번 ‘나누기’ 문제에 대한 글입니다.
브루트포스 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘sharing’ problem in BAEKJOON No. 1075.
It was solved using the Brute algorithm.)
백준 1075번 (나누기, C++) [BAEKJOON] 더 읽기"
백준 11651번 “좌표 정렬하기 2” 문제에 대한 글입니다. (This is an article on the question of “Aligning Coordinates 2” in Baekjun 11651.)
백준 11651번 (좌표 정렬하기 2, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2609번 ‘최대공약수와 최소공배수’ 문제입니다. 유클리드 호제법을 알아야 해결 가능합니다. (This is BAEKJOON 2609 ‘Maximum common divisor and minimum common multiple’ problem. You need to know the Euclidean algorithm to solve it.)
백준 2609번 (최대공약수와 최소공배수, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11866번 ‘요세푸스 문제 0’ 문제에 대한 글입니다. Queue를 이용하여 해결하였습니다. (This is an article on the issue of ‘Yosephus Problem 0’ in BAEKJOON No. 11866. I solved it using Queue.)
백준 11866번 (요세푸스 문제 0, C++, Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10866번 “덱” 문제에 대한 글입니다. This is an article about the “deque” problem in BAEKJOON No. 10866.
백준 10866번 (덱, C++, Deque) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10828번 ‘스택’ 문제에 대한 글입니다. (This is an article about the ‘stack’ problem in BAEKJOON No. 10828.)
백준 10828번 (스택, C++, Stack) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10845번 “큐” 문제에 대한 글입니다. (This is an article about the question of “Queue” in BAEKJOON No. 10845.)
백준 10845번 (큐, C++, Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1181번 “단어 정렬” 문제에 대한 글입니다. (This article is about the “word alignment” problem in BAEKJOON 1181.)
백준 1181번 (단어 정렬, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10872번 “팩토리얼” 문제에 대한 글입니다. (This is an article about the “factorial” problem in BAEKJOON No. 10872.)
백준 10872번 (팩토리얼 , C++) [BAEKJOON] 더 읽기"