Course Overview

Get an overview of the objectives, contents, and prerequisites of this course.

Tries

A trie is an efficient tree-like data structure to store and retrieve information. It operates on associative data structures, primarily strings. In this course, we'll learn the intuition behind the data structure, its usage, and practical applications, and we'll solve coding problems using tries. 

Why do we need to know about tries?

Tries are advanced data structures. A software professional or a computer science enthusiast must know about tries for the following reasons:

Get hands-on with 1200+ tech skills courses.