...

/

Introduction to Solving Miscellaneous Problems Using Tries

Introduction to Solving Miscellaneous Problems Using Tries

Get an introduction to solving various problems that don't fit under a pattern using tries.

Other than pattern matching, auto-searching, and prefix-suffix searching, tries can be helpful data structures for solving multiple other problems.

Other uses of tries

Substrings and subsequences

A substring is a contiguous sequence of characters within a string. For instance, "learn ...