백준 18111번 (마인크래프트, C++, Simulation) [BAEKJOON]
백준(BAEKJOON) 18111번 마인크래프트 문제를 해결하면서 작성한 글입니다.
(This is an article written while solving the Minecraft problem of BAEKJOON No. 18111.)
백준 18111번 (마인크래프트, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 18111번 마인크래프트 문제를 해결하면서 작성한 글입니다.
(This is an article written while solving the Minecraft problem of BAEKJOON No. 18111.)
백준 18111번 (마인크래프트, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 14891번 톱니바퀴 문제에 대한 글입니다. 추가적인 반례도 제시합니다. (Baekjun (BAEKJOON) #14891 This article is about the cog problem. It also provides additional counter-examples.)
백준 14891번 (톱니바퀴, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 15683번 감시 문제를 풀이한 내용과 추가적인 반례를 담은 글입니다. (This article contains the contents of Baekjun (BAEKJOON) 15683 surveillance problem and additional counter examples.)
백준 15683번 (감시, C++, DFS) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 14719번 문제를 풀이한 내용의 글입니다. (This is an article that solves question 14719 of BAEKJOON.)
백준 14719번 (빗물, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2174번의 문제를 풀이한 글입니다. (This is an article that solves question number 2174 of Baekjun (BAEKJOON).)
백준 2174번 (로봇 시뮬레이션, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BeakJoon) 16918번 문제를 풀이한 내용의 글입니다. 게임의 기능을 분류하여 코드를 작성하였습니다. (This is an article that solves question no.16918 by Baek Joon. I classified the functions of the game and wrote the code.)
백준 16918번 (봄버맨, C++, Simulation) [BAEKJOON] 더 읽기"
백준 (BAEKJOON) 3190번 문제를 풀이한 내용의 글입니다. 추가적인 반례도 제공합니다. (This is an article that solves question 3190 of BAEKJOON. It also provides additional counter-examples.)
백준 3190번 (뱀, C++, Queue, Simulation ) / 추가 반례 [BAEKJOON] 더 읽기"
백준 6987번 문제를 풀이한 글입니다.
DFS를 이용하여 풀이하였습니다.
백준 6987번 (월드컵, C++,DFS ) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11559번 ‘Puyo Puyo’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This is an article about the ‘Puyo Puyo’ problem in BAEKJOON 11559. Resolved using BFS Search.)
백준 11559번 (Puyo Puyo, C++) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1194번 “달이 차오른다, 가자.” 문제에 대한 글입니다. BFS 탐색 및 비트 마스킹을 이용하여 해결하였습니다. (This is BAEKJOON’s 1194 “The moon is coming up, let’s go.” Resolved using BFS Search and bit masking.)
백준 1194번 (달이 차오른다, 가자., C++, BFS, 비트 마스킹) / 추가 반례 [BAEKJOON] 더 읽기"