백준 10866번 (덱, C++, Deque) [BAEKJOON]
백준(BAEKJOON) 10866번 “덱” 문제에 대한 글입니다. This is an article about the “deque” problem in BAEKJOON No. 10866.
백준 10866번 (덱, C++, Deque) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10866번 “덱” 문제에 대한 글입니다. This is an article about the “deque” problem in BAEKJOON No. 10866.
백준 10866번 (덱, C++, Deque) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10828번 ‘스택’ 문제에 대한 글입니다. (This is an article about the ‘stack’ problem in BAEKJOON No. 10828.)
백준 10828번 (스택, C++, Stack) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10845번 “큐” 문제에 대한 글입니다. (This is an article about the question of “Queue” in BAEKJOON No. 10845.)
백준 10845번 (큐, C++, Queue) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9012번 “괄호” 문제에 대한 글입니다. (This is an article on the “bracket” question in BAEKJOON 9012.)
백준 9012번 (괄호, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10814번 ‘나이순 정렬’ 문제에 대한 글입니다. multimap 자료구조를 사용하여 해결하였습니다. (This is an article on the issue of ‘ordering by age’ in BAEKJOON No. 10814. It was solved using the multimap data structure.)
백준 10814번 (나이순 정렬, C++, multimap) [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] 더 읽기"
백준(BAEKJOON) 1920번 ‘수 찾기’ 문제에 대한 글입니다. set 을 이용하여 해결하였습니다. (This is an article about the question of ‘finding numbers’ in BAEKJOON 1920. I solved it using set.)
백준 1920번 (수 찾기, C++, set) [BAEKJOON] 더 읽기"