Session4: Binary Search Trees and Tries

preview_player
Показать описание
BST (Binary Search Trees) are unique binary trees where the value of the left subtree is lower than the root value and the root value is greater than the value of the right subtree.

Tries/prefix trees are n-ary trees but with characters in each node and are commonly used in pattern matching and word suggestion applications.

Learn more with Chidera Anichebe in today's class and see how to solve BST-related leetcode problems. s
Рекомендации по теме