Try   HackMD

Trie (Prefix Tree) Study Guide

Basic Trie Operations

Fundamental problems that introduce the concept and basic usage of Tries.

Advanced Trie Applications

Problems that demonstrate more complex uses of Tries in string processing and manipulation.

System Design with Tries

Problems that involve using Tries in larger system designs or more complex data structures.

Problem Difficulty Legend

  • 🟩 Easy
  • 🟨 Medium
  • 🟧 Medium-Hard
  • 🟥 Hard
  • ⬛ Very Hard

Additional Resources