백준 2583번 (영역 구하기, C++) [BAEKJOON]
백준 2583번 ‘영역 구하기’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2583 ‘Saving Areas’. It was solved using the BFS algorithm.)
백준 2583번 ‘영역 구하기’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2583 ‘Saving Areas’. It was solved using the BFS algorithm.)
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2573번 ‘빙산’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about the issue of “ice mountain” in Baekjoon Number 2573. It was solved using the BFS algorithm.)
나이트의 이동 https://www.acmicpc.net/problem/7562 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 256 MB 52423 27213 20242 50.811% 문제 체스판 위에 한 나이트가 놓여져 있다. 나이트가 한 번에 이동할 수 있는 칸은 아래 그림에 나와있다. 나이트가 이동하려고 하는 칸이 주어진다. 나이트는 몇 번 움직이면 이 칸으로 이동할 수 있을까? 입력 입력의 첫째 …
백준 16197번 ‘두 동전’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about BaekJoon Number 16197 “two coins” problem.
It was solved using BFS.)
백준 14442번 ‘벽 부수고 이동하기 2’ 문제에 대한 글입니다. ‘BFS 탐색을 이용하여 해결하였습니다.’ (This article is about Baekjoon 14442 ‘Breaking Walls and Moving 2’. ‘Solved using BFS.’)
백준 2251번 ‘물통’ 문제에 대한 블로그 글입니다. (This is a blog post about the problem of ‘water bottle’ in Baekjoon Number 2251.)
백준 2665번 ‘미로만들기’ 문제에 대한 글입니다. ‘BFS 탐색’ 이용하여 문제를 해결하였습니다. (This article is about Baekjun #2665 ‘Maze making’ problem. I solved the problem using ‘BFS’.)
숨바꼭질 5 https://www.acmicpc.net/problem/17071 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 0.25 초 512 MB 10777 2470 1740 24.076% 문제 수빈이는 동생과 숨바꼭질을 하고 있다. 수빈이는 현재 점 N(0 ≤ N ≤ 500,000)에 있고, 동생은 점 K(0 ≤ K ≤ 500,000)에 있다. 수빈이는 걷거나 순간이동을 할 수 있다. 만약, 수빈이의 위치가 X일 때 …
백준 16930번 ‘달리기’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 문제를 해결하였습니다. (This article is about the “Run” problem of Baek Jun 16930. I solved the problem using ‘BFS Search’.)