백준 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] 더 읽기"
다익스트라/데이크스트라(Dijkstra) 알고리즘에 대하여 정리한 글입니다.’DP’와 ‘PriorityQueue’ 를 이용하여 구현합니다.(This article summarizes the Dijkstra algorithm.
Implement using ‘DP’ and ‘priority queue’.)
알고리즘 – 다익스트라/데이크스트라(Dijkstra) 알고리즘 정리 더 읽기"