DS & Algorithms Trees and Binary Trees

Data Structures and Algorithms (DSA) using C# .NET Core -Binary Trees and Binary Search Tree (BST)- I

Trees are one of the most common data structure used. A tree is a non-linear data structure that is used to store data in a hierarchical manner. In this article we will discuss about tree, then learn about binary tree along with an implementation of binary tree — the Binary Search Tree also knows as […]