Trees in Dsa
Define tree
A tree is a non-linear hierarchical data structure that consists of nodes connected by edges. Each node of the tree stores a value and a list of references to other nodes. The tree exhibits the following components like- a root node, a le...
anmolsinha.hashnode.dev3 min read
Ankit Mishra
A developer and an open source enthusiast
Great blog Anmol, keep writing