About 1,680 results
Open links in new tab
  1. Tree Data Structure - GeeksforGeeks

    May 12, 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 …

  2. Introduction to Tree Data Structure | GeeksforGeeks

    Mar 4, 2025 · Basic Operations Of Tree Data Structure: Create – create a tree in the data structure. Insert − Inserts data in a tree. Search − Searches specific data in a tree to check …

  3. 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 …

  4. Applications of tree data structure - GeeksforGeeks

    Mar 21, 2025 · Tree data structures, such as binary search trees, are commonly used to implement efficient searching and sorting algorithms. Graphics and UI design; Tree data …

  5. Types of Trees in Data Structures - 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 …

  6. Ball Tree and KD Tree Algorithms - GeeksforGeeks

    Dec 9, 2023 · Ball tree and KD-tree (K-Dimensional tree) are sophisticated data structures used in Python for efficiently organizing and searching multidimensional data. Imagine the ball tree …

  7. Data Structures Tutorial - GeeksforGeeks

    Apr 12, 2025 · Data structures are the fundamental building blocks of computer programming. They define how data is organized, stored, and manipulated within a program. Understanding …

  8. 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, …

  9. Binary Search Tree - GeeksforGeeks

    Feb 8, 2025 · A Binary Search Tree (or BST) is a data structure used in computer science for organizing and storing data in a sorted manner. Each node in a Binary Search Tree has at …

  10. DSA Tutorial - Learn Data Structures and Algorithms

    Apr 25, 2025 · DSA (Data Structures and Algorithms) is the study of organizing data efficiently using data structures like arrays, stacks, and trees, paired with step-by-step procedures (or …

  11. Some results have been removed
Refresh