A focused collection of questions on Trees to sharpen your skills for technical interviews.
Tree Traversal algorithms (In-order, Pre-order, Post-order)
the properties of a Binary Search Tree (BST)
why Balanced BSTs (like AVL or Red-Black Trees) are needed
the Trie data structure and its use cases