백준 1927번 (최소 힙, 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.)
백준(BAEKJOON) 1927번 ‘최소 힙’ 문제에 대한 글입니다. ‘Priority_Queue’ 자료구조를 이용하여 해결하였습니다. (This article is about the ‘minimum heap’ problem, BAEKJOON 1927. We solved it using the ‘Priority_Queue’ data structure.)
백준 10818번 ‘최소, 최대’ 문제에 대한 글입니다. 주어진 숫자들 중에서 최소와 최대값을 구하는 간단한 문제입니다. (This is an article about the ‘minimum, maximum’ problem in Baekjun 10818. It’s a simple problem to find the minimum and maximum values of the given numbers.)