leetcode1 [LeetCode] Implement Trie [LeetCode] Implement Trie -문제 링크 https://leetcode.com/problems/implement-trie-prefix-tree/ Implement Trie (Prefix Tree) - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com - 설명 직접 Trie(트라이)를 짜보는 문제이다. 원리를 안다면 금방 짤 수 있고 소스코드도 많다. 스터디원마다 flag를 짜는 법이 제각각이라서 신기했다. - Code class Trie: def .. 2022. 3. 21. 이전 1 다음