백준 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] 더 읽기"
트라이(Trie) 자료구조에 대한 글입니다.
트라이(Trie)의 자료구조의 장점 및 단점, c++ 구현에 대하여 설명합니다. (This is an article about the Trie data structure.
Explain the advantages and disadvantages of the data structure of Trie and the implementation of c++.)
백준 1141번 ‘접두사’ 문제에 대한 글입니다. ‘Trie’ 자료구조를 이용하여 해결하였습니다. (This is an article about the ‘prefix’ problem in Baekjoon 1141. We solved it using the ‘Trie’ data structure.)
백준 1141번 (접두사, C++) [BAEKJOON] 더 읽기"
백준 14426번 ‘접두사 찾기’ 문제에 대한 글입니다. ‘트라이’ 자료구조를 이용하여 해결하였습니다. (This is an article on the ‘find prefix’ problem in Baekjun 14426. We solved it using the ‘Trie’ data structure.)
백준 14426번 (접두사 찾기, C++) [BAEKJOON] 더 읽기"
백준 17352번 ‘여러분의 다리가 되어 드리겠습니다!’ 문제에 대한 글입니다. union find 알고리즘을 이용하여 해결하였습니다. (This is Baekjoon 17352 about the question, “We will be your legs!” The solution was solved using the union find algorithm.)
백준 17352번 (여러분의 다리가 되어 드리겠습니다!, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2610번 ‘회의준비’ 문제에 대한 글입니다. ‘Floyd-Warshall’ & ‘Union Find’ 알고리즘을 사용하여 해결하였습니다. (This is an article on the ‘meeting preparation’ problem in BAEKJOON No. 2610. Solved using ‘Floyd-Warshall’ & ‘UnionFind’ algorithms.)
백준 2610번 (회의준비, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 16928번 ‘뱀과 사다리 게임’ 문제에 대한 글입니다.
‘BFS 탐색’을 이용하여 해결하였습니다. (This is an article on the question of ‘The Snake and the Ladder Game’ in BAEKJOON No. 16928.
Resolved using ‘BFS Search’.)
백준 16928번 (뱀과 사다리 게임, C++, BFS) [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] 더 읽기"
백준(BAEKJOON) 9375번 “패션왕 신해빈” 문제에 대한 글입니다. ‘unsorted map’ 자료구조를 이용하여 해결하였습니다. (This is an article on the issue of “Fashion King Shin Hae-bin” in BAEKJOON No. 9375 . We solved it using the ‘unsorted map’ data structure.)
백준 9375번 (패션왕 신해빈, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10815번 ‘숫자 카드’ 문제에 대한 글입니다. ‘Binary Search’ 를 이용하여 해결하였습니다. (This is an article about the ‘number card’ problem in BAEKJOON 10815. I solved it using ‘Binary Search’.)
백준 10815번 (숫자 카드, C++, Binary Search) [BAEKJOON] 더 읽기"