#data-structures
Read more stories on Hashnode
Articles with this tag
1. What is Binary Tree? A binary tree is a tree-type non-linear data structure with a maximum of two children for each parent. Every node in a binary...