Data Structures

Data Structures โ€“ Binary Tree and its properties

Data Structures โ€“ Binary Tree and its properties

In this video, we will learn about the trees data structures and then we will start to learn about the binary tree data structures and some examples, finally, we will discuss the properties of the binary trees

Data Structures Problem โ€“ Checking for Children Sum Property in a given Binary Tree ๐ŸŒณ

Data Structures Problem โ€“ Checking for Children Sum Property in a given Binary Tree ๐ŸŒณ

Hey guys ๐Ÿ‘‹๐Ÿป, I just released a new video on solving an interview problem : Checking for Children Sum Property in a given Binary Tree In this video, we will solve the problem of checking whether the given binary tree satisfies the children sum property or not. We will first understand the approach that we…