백준 2636번 (치즈, C++) [BAEKJOON]
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2636번 (치즈, C++) [BAEKJOON] 더 읽기"
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2636번 (치즈, 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] 더 읽기"
백준(BAEKJOON) 1076번 ‘저항’ 문제에 대한 글입니다. 단순 구현 문제입니다. (This is an article on the ‘resistance’ problem in BAEKJOON No. 1076. It’s a simple implementation problem.)
백준 1076번 (저항, C++) [BAEKJOON] 더 읽기"
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 18500번 ‘미네랄 2’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 18500 article on the ‘Mineral 2’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)
백준 18500번 (미네랄 2, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2933번 ‘미네랄’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 2933 article on the ‘Mineral’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)
백준 2933번 (미네랄, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준 1966번 “프린터 큐” 문제에 대한 글입니다. 자료구조 “Queue”를 이용하여 해결하였습니다. (This is an article about the “Printer Queue” problem in Baekjun 1966. I solved it using the data structure “Queue”.)
백준 1966번 (프린터 큐, C++, queue) [BAEKJOON] 더 읽기"
This is an article about the question of ‘study words’ in BAEKJOON 1157. To solve the problem, you need to know ‘ASCII’.
백준 1157번 (단어 공부, C++, 문자열) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2920번 ‘음계’ 문제에 대한 글입니다. 인덱스와 값의 관계로 오름차순과 내림차순을 구별하여 해결하였습니다. (This is an article on the ‘tune scale’ problem in BAEKJOON 2920. Due to the relationship between the index and the value, the ascending and descending order were distinguished and resolved.)
백준 2920번 (음계, C++) [BAEKJOON] 더 읽기"
백준 8958번 ‘OX퀴즈’ 문제에 대한 글입니다. “O의 연속을 어떤 방식으로 체크할 것 인가”가 포인트 입니다. (This is an article on the question of ‘OX Quiz’ in Baekjun 8958. The point is, “How to check the continuity of O.”)
백준 8958번 (OX퀴즈, C++) [BAEKJOON] 더 읽기"