About 1,380 results
Open links in new tab
  1. Introduction to Tree Data Structure | GeeksforGeeks

    Mar 4, 2025 · A tree in data structures is a hierarchical data structure that consists of nodes connected by edges. It is used to represent relationships between elements, where each node …

  2. Tree Data Structure - GeeksforGeeks

    Mar 21, 2025 · 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 …

  3. Types of Trees in Data Structures - GeeksforGeeks

    Mar 21, 2025 · A tree is a type of data structure that represents a hierarchical relationship between data elements, called nodes. The top node in the tree is called the root, and the …

  4. Applications of tree data structure - GeeksforGeeks

    Mar 21, 2025 · A tree in data structures is a hierarchical data structure that consists of nodes connected by edges. It is used to represent relationships between elements, where each node …

  5. Data Structures Tutorial - GeeksforGeeks

    Apr 12, 2025 · Data structures are ways to organize and store data so it can be used efficiently. They are essential in computer science for managing and processing information in programs. …

  6. Binary Tree Data Structure - GeeksforGeeks

    Mar 4, 2025 · Binary Tree is a non-linear and hierarchical data structure where each node has at most two children referred to as the left child and the right child. The topmost node in a binary …

  7. Data Structure Types, Classifications and Applications

    Feb 11, 2025 · Tree Data Structure. A tree is a non-linear and hierarchical data structure where the elements are arranged in a tree-like structure. In a tree, the topmost node is called the root …

  8. Introduction to Red-Black Tree - GeeksforGeeks

    Apr 25, 2025 · Red Black Trees are a type of balanced binary search tree that use a set of rules to maintain balance, ensuring logarithmic time complexity for operations like insertion, …

  9. Tree Traversal Techniques - GeeksforGeeks

    Mar 11, 2025 · Unlike linear data structures (Array, Linked List, Queues, Stacks, etc) which have only one logical way to traverse them, trees can be traversed in different ways. In this article, …

  10. Binary Search Tree - GeeksforGeeks

    Feb 8, 2025 · Binary Search Tree (BST) is a data structure that is commonly used to implement efficient searching, insertion, and deletion operations along with maintaining sorted sequence …

  11. Some results have been removed
Refresh