In this video on “Trees in Java” we will take a deep dive into one of the most popular data structures out there: Trees. Trees are hierarchical data structures that are a collection of elements known as nodes.Java provides in-built classes for tree implementations of a specific variety. These cater to the needs of the programmer when linear data structures are not of much help. Trees are useful in scenarios where you have to store hierarchical data such as file systems, etc.

  • 00:00:00 Agenda
  • 00:02:55 Introduction to Tree
  • 00:10:33 Introduction to Binary Search Tree
  • 00:17:07 Tree vs Binary Search Tree
  • 00:20:25 What is the use of Trees?
  • 00:23:39 Operations on Binary Search Tree
  • 00:27:17 Pre-order Traversal
  • 00:35:19 In-order Traversal
  • 00:40:46 Post-order Traversal
  • 00:46:05 Java Implementation for Binary Search Tree

#java #data-structures #programming

Trees in Java | Data Structures: Introduction to Trees in Java | Java Programming
1.85 GEEK