백준 3197번 (백조의 호수, C++) [BAEKJOON]
백준 3197번 ‘백조의 호수’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 해결하였습니다. (This article is about the issue of Baekjoon Number 3197 ‘Swan Lake’. I solved it using ‘BFS Search’.)
백준 3197번 (백조의 호수, C++) [BAEKJOON] 더 읽기"
백준 3197번 ‘백조의 호수’ 문제에 대한 글입니다. ‘BFS Search’을 이용하여 해결하였습니다. (This article is about the issue of Baekjoon Number 3197 ‘Swan Lake’. I solved it using ‘BFS Search’.)
백준 3197번 (백조의 호수, 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] 더 읽기"
백준(BAEKJOON) 1620번 ‘나는야 포켓몬 마스터 이다솜’ 문제에 대한 글입니다. ‘array’과 ‘unordered_map’ 자료 구조를 이용하여 해결하였습니다. (This is an article about the issue of BAEKJOON No. 1620 I am Pokemon Master Lee Da-som. We solved it using the data structure of ‘array’ and ‘unordered_map’.)
백준 1620번 (나는야 포켓몬 마스터 이다솜, 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) 10866번 “덱” 문제에 대한 글입니다. This is an article about the “deque” problem in BAEKJOON No. 10866.
백준 10866번 (덱, C++, Deque) [BAEKJOON] 더 읽기"