<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Trie on Jeanphilo Blog</title><link>https://shio-chan-dev.github.io/jeanblog/alg/leetcode/hot100/trie/</link><description>Recent content in Trie on Jeanphilo Blog</description><generator>Hugo -- 0.163.3</generator><language>en-us</language><lastBuildDate>Thu, 25 Jun 2026 13:58:00 +0800</lastBuildDate><atom:link href="https://shio-chan-dev.github.io/jeanblog/alg/leetcode/hot100/trie/index.xml" rel="self" type="application/rss+xml"/><item><title>LeetCode 208: Implement Trie (Prefix Tree) in Python</title><link>https://shio-chan-dev.github.io/jeanblog/alg/leetcode/hot100/trie/208-implement-trie-prefix-tree/</link><pubDate>Thu, 25 Jun 2026 13:58:00 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/alg/leetcode/hot100/trie/208-implement-trie-prefix-tree/</guid><description>Solve LeetCode 208 in Python by deriving Trie node fields, children traversal, is_end, insert, search, startsWith, and the exact interface LeetCode expects.</description></item><item><title>Trie Template Guide: Node Fields, Child Traversal, and Loop Invariants</title><link>https://shio-chan-dev.github.io/jeanblog/alg/leetcode/hot100/trie/trie-template/</link><pubDate>Thu, 25 Jun 2026 13:58:00 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/alg/leetcode/hot100/trie/trie-template/</guid><description>Build a Python Trie template from first principles: derive children, is_end, insert/search traversal, prefix lookup, and the loop invariants behind each method.</description></item></channel></rss>