백준 2161번 (카드1, C++) [BAEKJOON]
백준 2161번 ‘카드1’ 문제에 대한 글입니다. Queue를 이용한 구현문제입니다. (This is an article about the question of “Card 1” in Baekjoon Number 2161.
It is an implementation problem using Queue.)
백준 2161번 (카드1, C++) [BAEKJOON] 더 읽기"
백준 2161번 ‘카드1’ 문제에 대한 글입니다. Queue를 이용한 구현문제입니다. (This is an article about the question of “Card 1” in Baekjoon Number 2161.
It is an implementation problem using Queue.)
백준 2161번 (카드1, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11286번 ‘절댓값 힙’ 문제에 대한 글입니다. 자료구조 ‘priority queue’ 를 사용하여 해결하였습니다. (This is an article about the ‘absolute value hip’ problem in BAEKJOON No. 11286. We solved it using the data structure ‘Priority Queue’.)
백준 11286번 (절댓값 힙, C++) [BAEKJOON] 더 읽기"
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11279번 ‘최대 힙’ 문제에 대한 글입니다. ‘Priority_Queue’ 자료구조를 이용하여 해결하였습니다. This is an article about the ‘maximum heap’ problem in BAEKJOON No. 11279. We solved it using the ‘Priority_Queue’ data structure.
백준 11279번 (최대 힙, C++, Priority_Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1927번 ‘최소 힙’ 문제에 대한 글입니다. ‘Priority_Queue’ 자료구조를 이용하여 해결하였습니다. (This article is about the ‘minimum heap’ problem, BAEKJOON 1927. We solved it using the ‘Priority_Queue’ data structure.)
백준 1927번 (최소 힙, C++, Priority_Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2178번 ‘미로 탐색’ 문제에 대한 글입니다. ‘BFS’를 이용하여 해결하였습니다. (This is an article on the question of ‘Maze Search’ in BAEKJOON No. 2178. I solved it using ‘BFS’.)
백준 2178번 (미로 탐색, C++, BFS) [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] 더 읽기"
백준(BAEKJOON) 11866번 ‘요세푸스 문제 0’ 문제에 대한 글입니다. Queue를 이용하여 해결하였습니다. (This is an article on the issue of ‘Yosephus Problem 0’ in BAEKJOON No. 11866. I solved it using Queue.)
백준 11866번 (요세푸스 문제 0, C++, Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10845번 “큐” 문제에 대한 글입니다. (This is an article about the question of “Queue” in BAEKJOON No. 10845.)
백준 10845번 (큐, C++, Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2164번 ‘카드2’ 문제에 대한 글입니다. Queue를 사용하여 해결하였습니다. (This is an article about the ‘Card 2’ problem in BAEKJOON No. 2164. Resolved using Queue.)
백준 2164번 (카드2, C++, Queue) [BAEKJOON] 더 읽기"