Summary

Summarize the concepts learned in the whole course.

We'll cover the following...

This section will summarize the concepts learned in the whole course.

We learned the following about tries:

  • The intuition behind tries.

  • Implementation of a trie.

  • Visualization of a trie.

  • The concept of tries as a data structure.

  • Problem solving using tries.

Problem identification based on patterns

The list below describes the patterns contained in this course.

    ...