0% found this document useful (0 votes)
613 views

Tree Data Structure - GeeksforGeeks

This document discusses tree data structures, including definitions, types, applications, and basic operations. It covers common tree types like binary trees, binary search trees, and AVL trees.

Uploaded by

longphiyc
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
613 views

Tree Data Structure - GeeksforGeeks

This document discusses tree data structures, including definitions, types, applications, and basic operations. It covers common tree types like binary trees, binary search trees, and AVL trees.

Uploaded by

longphiyc
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

TutorialsDSAData ScienceWeb TechCourses

DSA Data Structures Array String Linked List Stack Queue Tree Binary Tree Binary Search Tree

Tree Data Structure


Last Updated : 02 May, 2024
Tree Data Structure is a non-linear data structure in which a collection of
elements known as nodes are connected to each other via edges such that
there exists exactly one path between any two nodes.

Table of Content
What is Tree Data Structure?
Terminologies In Tree Data Structure
Types of Tree Data Structure
Applications of Tree Data Structure
Basics of Tree Data Structure
Basic Operations on Tree Data Structure
n-ary or Generic Tree
Binary Tree
Binary Search Tree
Ternary Search Tree
AVL Tree
B+ Tree
Red-Black Tree
Other types of Trees
We use cookies to ensure you have the best browsing experience on our website. By using
Trees
our site, you vs other
acknowledge thatData Structures
you have read and understood our Cookie Policy & Privacy Got It !
Comparison among different Policy Tree Data Structures

You might also like