백준 1141번 (접두사, C++) [BAEKJOON]
백준 1141번 ‘접두사’ 문제에 대한 글입니다. ‘Trie’ 자료구조를 이용하여 해결하였습니다. (This is an article about the ‘prefix’ problem in Baekjoon 1141. We solved it using the ‘Trie’ data structure.)
백준 1141번 (접두사, C++) [BAEKJOON] 더 읽기"
백준 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) 1717번 ‘집합의 표현’ 문제에 대한 글입니다. Union-Find 알고리즘을 이용하여 해결하였습니다. (This article is about the problem of ‘expression of a set’ in BAEKJOON 1717. It was solved using the Union-Find algorithm.)
백준 1717번 (집합의 표현, C++, Union-Find) [BAEKJOON] 더 읽기"
백준 13752번 ‘히스토그램’ 문제에 대한 글입니다. (This article is about Baekjoon number 13752 ‘Histogram’ problem.)
백준 13752번 (히스토그램, C++) [BAEKJOON] 더 읽기"
백준 16486번 ‘운동장 한 바퀴’ 문제에 대한 글입니다. (This article is about Baekjoon 16486’s “One Round of the Playground.”)
백준 16486번 (운동장 한 바퀴, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1956번 ‘운동’ 문제에 대한 글입니다. ‘Floyd-Warshall’ 알고리즘을 이용하여 해결하였습니다.(This is BAEKJOON’s 1956 ‘Exercise’ issue. Solved using the ‘Floyd-Warshall’ algorithm.)
백준 1956번 (운동, C++, Floyd-Warshall) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 13168번 ‘내일로 여행’ 문제에 대한 글입니다. Floyd-Warshall 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of “Travel to Tomorrow” in BAEKJOON No. 13168. It was solved using the Floyd-Warshall algorithm.)
백준 13168번 (내일로 여행, C++, Floyd-Warshall) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2458번 ‘키 순서’ 문제에 대한 글입니다. Floyd-Warshall 알고리즘을 이용하여 해결하였습니다. This is an article about the ‘Line up height’ problem in BAEKJOON 2458. It was solved using the Floyd-Warshall algorithm. Line up by height
백준 2458번 (키 순서, C++, Floyd-Warshall) [BAEKJOON] 더 읽기"