백준 10830번 (행렬 제곱, C++) [BAEKJOON]
백준 10830번 ‘행렬 제곱’ 문제에 대한 글입니다. (This article is about Baekjoon Number 10830 ‘matrix square’ problem.)
백준 10830번 (행렬 제곱, C++) [BAEKJOON] 더 읽기"
백준 10830번 ‘행렬 제곱’ 문제에 대한 글입니다. (This article is about Baekjoon Number 10830 ‘matrix square’ problem.)
백준 10830번 (행렬 제곱, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1992번 ‘쿼드트리’ 문제에 대한 글입니다. ‘분할 정복’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the problem of ‘Quad Tree’ in 1992 by BAEKJOON. We solved it using ‘DivideAndConquer’ algorithm.)
백준 1992번 (쿼드트리, C++, DivideAndConquer) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1780번 “종이의 개수” 문제에 대한 글입니다. 재귀를 이용한 “분할정복” 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of “Number of Paper” in BAEKJOON 1780. It was solved using a “divisional conquest” algorithm using recursive.)
백준 1780번 (종이의 개수, C++, DivideAndConquer) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1074번 “Z” 문제에 대한 글입니다. ‘DivideAndConquer’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the “Z” problem in BAEKJOON 1074. Solved using ‘DivideAndConquer’ algorithm.)
백준 1074번 (Z, C++, DivideAndConquer) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2630번 ‘색종이 만들기’ 문제에 대한 글입니다. ‘분할 정복’ 알고리즘을 사용하여 해결하였습니다. (This is an article about the ‘making colored paper’ problem in BAEKJOON 2630. Solved using the ‘division conquest’ algorithm.)
백준 2630번 (색종이 만들기, C++, DivideAndConquer) / 추가 반례 [BAEKJOON] 더 읽기"
백준 1493번 ‘박스 채우기’ 문제에 대한 글입니다. ‘분할 정복’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the question of ‘fill the box’ in Baekjoon 1493. Solved using the ‘division conquest’ algorithm.)
백준 1493번 (박스 채우기, C++, 분할 정복) [BAEKJOON] 더 읽기"