백준 2638번 (치즈, C++) [BAEKJOON]
백준 2638번 ‘치즈’ 문제에 대한 글입니다.
BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the question of “Cheese” in Baekjoon number 2638.
We solved the problem using BFS navigation.)
백준 2638번 (치즈, C++) [BAEKJOON] 더 읽기"
백준 2638번 ‘치즈’ 문제에 대한 글입니다.
BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the question of “Cheese” in Baekjoon number 2638.
We solved the problem using BFS navigation.)
백준 2638번 (치즈, C++) [BAEKJOON] 더 읽기"
Programmers 60063번 ‘블록 이동하기’ 문제에 대한 글입니다. BFS 탐색 및 브루트포스 알고리즘을 이용하여 해결하였습니다. This article is about Programmers 60063 ‘Move Block’ It was solved using the BFS search and Bruteforce algorithm. [2020 KAKAO BLIND RECRUITMENT]
Programmers 60063 블록 이동하기 [2020 KAKAO BLIND RECRUITMENT] 더 읽기"
쉬운 최단거리 https://www.acmicpc.net/problem/14940 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 10064 4069 3279 38.084% 문제 지도가 주어지면 모든 지점에 대해서 목표지점까지의 거리를 구하여라. 문제를 쉽게 만들기 위해 오직 가로와 세로로만 움직일 수 있다고 하자. 입력 지도의 크기 n과 m이 주어진다. n은 세로의 크기, m은 가로의 크기다.(2 ≤ n
백준 14940번 (쉬운 최단거리, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9205번 ‘맥주 마시면서 걸어가기’ 문제에 대한 글입니다. DFS 탐색을 이용하여 해결하였습니다. (This is an article on the issue of “Walking while Drinking Beer” in BAEKJOON No. 9205. Resolved using DFS Search.)
백준 9205번 (맥주 마시면서 걸어가기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 16928번 ‘뱀과 사다리 게임’ 문제에 대한 글입니다.
‘BFS 탐색’을 이용하여 해결하였습니다. (This is an article on the question of ‘The Snake and the Ladder Game’ in BAEKJOON No. 16928.
Resolved using ‘BFS Search’.)
백준 16928번 (뱀과 사다리 게임, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1389번 ‘케빈 베이컨의 6단계 법칙’ 문제에 대한 글입니다. BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the problem of Kevin Bacon’s Six-Step Law, BAEKJOON No. 1389. BFS Search was used to resolve the issue.)
백준 1389번 (케빈 베이컨의 6단계 법칙, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 5719번 “거의 최단 경로” 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This article is about the “near shortest path” problem in BAEKJOON No. 5719. It was solved using Dijkstra algorithm.)
백준 5719번 (거의 최단 경로, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10217번 ‘KCM Travel’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘KCM Travel’ problem in BAEKJOON 10217. It was solved using Dijkstra algorithm.)
백준 10217번 (KCM Travel, C++, Dijkstra) [BAEKJOON] 더 읽기"
백준 1162번(BAEKJOON) ‘도로포장’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of ‘road pavement’ by BAEKJOON. Solved using ‘Dijkstra’ algorithm.)
백준 1162번 (도로포장, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON] 더 읽기"