백준 1541번 (잃어버린 괄호, C++) [BAEKJOON]
백준(BAEKJOON) 1541번 ‘잃어버린 괄호’ 문제에 대한 글입니다. (This is an article on the question of ‘Lost Parentheses’ in BAEKJOON No. 1541.)
백준 1541번 (잃어버린 괄호, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1541번 ‘잃어버린 괄호’ 문제에 대한 글입니다. (This is an article on the question of ‘Lost Parentheses’ in BAEKJOON No. 1541.)
백준 1541번 (잃어버린 괄호, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11723번 ‘집합’ 문제에 대한 글 입니다. 비트마스킹, 배열, Set을 이용하여 해결하였습니다. (This is an article about the ‘collection’ problem in BAEKJOON 11723. It was solved using bit masking, arrangement, and Set.)
백준 11723번 (집합, C++, 비트마스킹) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 16681번 ‘등산’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘climbing’ problem in BAEKJOON No. 16681. It was solved using Dijkstra algorithm.)
백준 16681번 (등산, C++, Dijkstra) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 18870번 ‘좌표 압축’ 문제에 대한 글입니다. ‘map’ 자료구조를 이용하여 해결하였습니다. (This is an article about the problem of ‘coordinate compression’ in BAEKJOON 1880. I solved it using ‘map’ data structure.)
백준 18870번 (좌표 압축, C++, Map) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7662번 ‘이중 우선순위’ 문제에 대한 글입니다. ‘multiset’ 자료구조를 이용하여 해결하였습니다. (his is BAEKJOON’s No. 7662 on the ‘double priority queue’ problem. We solved it using the ‘multiset’ data structure.)
백준 7662번 (이중 우선순위 큐, C++, Multiset) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2211번 ‘네트워크 복구’ 문제에 대한 글입니다. Dijkstra 알고리즘과 자료구조 ‘map’ 을 이용하여 해결하였습니다. (This is an article on the ‘Network Recovery’ problem in BAEKJOON No. 2211. It was solved using Dijkstra algorithm and data structure ‘map’.)
백준 2211번 (네트워크 복구, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1916번 ‘최소비용 구하기’에대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1916 article about “Getting the Minimum Cost”. It was solved using Dijkstra algorithm.)
백준 1916번 (최소비용 구하기, C++, Dijkstra) / 추가 반례 [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) 1753번 ‘최단경로’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘shortest route’ problem in BAEKJOON No. 1753. It was solved using Dijkstra algorithm.)
백준 1753번 (최단경로, C++, Dijkstra) [BAEKJOON] 더 읽기"