Skip to main content

7 docs tagged with "trees"

View all tags

AVL Trees

An overview of AVL trees, their properties, and operations.

Expression-tree

An Expression Tree is a binary tree representing expressions with operators as internal nodes and operands as leaves.

Practice Problems on Trees

In this post, we'll provide a list of curated practice problems on Trees from platforms like LeetCode and GeeksforGeeks. Trees are fundamental data structures in computer science, and practicing these problems will help strengthen your understanding of tree concepts and algorithms.

Tree Data Structures

An in-depth guide to tree data structures, covering types of trees, traversal methods, balancing, and algorithms with implementations.

Types of Trees

This document provides an overview of various types of trees in computer science. Understanding these tree types is essential for selecting the right data structure for your specific needs.