백준 3197번 (백조의 호수, C++) [BAEKJOON]
백준 3197번 ‘백조의 호수’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 해결하였습니다. (This article is about the issue of Baekjoon Number 3197 ‘Swan Lake’. I solved it using ‘BFS Search’.)
백준 3197번 (백조의 호수, C++) [BAEKJOON] 더 읽기"
백준 3197번 ‘백조의 호수’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 해결하였습니다. (This article is about the issue of Baekjoon Number 3197 ‘Swan Lake’. I solved it using ‘BFS Search’.)
백준 3197번 (백조의 호수, C++) [BAEKJOON] 더 읽기"
백준 12851번 ‘숨바꼭질 2’ 문제에 대한 글입니다. BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 12851 “Hide and Seek 2” problem. We solved the problem using ‘BFS Search’.)
백준 12851번 (숨바꼭질 2, C++) [BAEKJOON] 더 읽기"
백준 14502번 ‘연구소’ 문제에 대한 글입니다. ‘BruteForce’ 와 ‘BFS Search’ 을 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 14502 ‘Lab’ problem. We solved the problem using ‘BruteForce’ and ‘BFS Search’.)
백준 14502번 (연구소, C++) [BAEKJOON] 더 읽기"
백준 2587번 ‘대표값2’ 문제에 대한글입니다. (This is an article about Baekjoon Number 2587 ‘Representative Value 2’.)
백준 2587번 (대표값2, C++) [BAEKJOON] 더 읽기"
백준 5427번 ‘불’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the issue of “fire” in BaekJoon Number 5427. It was solved using BFS Search.)
백준 5427번 (불, C++) [BAEKJOON] 더 읽기"
백준 10867번 ‘중복 빼고 정렬하기’ 문제에 대한 글입니다. 카운팅 정렬을 이용하여 해결하였습니다. (This article is about Baekjoon Number 10867 “Sorting Without Duplicate” problem. It was solved using counting alignment.)
백준 10867번 (중복 빼고 정렬하기, C++) [BAEKJOON] 더 읽기"
백준 1806번 ‘부분합’ 문제에 대한 글입니다. 투 포인터와 재귀를 이용하여 해결하였습니다. (This article is about BaekJoon Number 1806 ‘partial sum’ problem. It was solved using two pointers and recursion.)
백준 1806번 (부분합, C++) [BAEKJOON] 더 읽기"
백준 3273번 ‘두 수의 합’ 문제에 대한 글입니다. Two Pointer를 이용하여 문제를 해결하였습니다. (This article is about BaekJoon Number 3273 “sum of two numbers” problem. I solved the problem using Two Pointer.)
백준 3273번 (두 수의 합, C++) [BAEKJOON] 더 읽기"
백준 1026번 ‘보물’ 문제에 대한 글입니다. (This article is about the issue of “Treasure” in Baekjoon Number 1026)
백준 1026번 (보물, C++) [BAEKJOON] 더 읽기"
programmers 121690번 ‘보물 지도’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the problem of ‘Treasure Map’ in programmers 121690. It was solved using BFS Search.) [PCCP]
Programmers 121690 4번 보물 지도 [PCCP 모의고사 2회] 더 읽기"