coderz.py

Keep Coding Keep Cheering!

DSA: Trees

What is Tree Data Structure? A tree data structure is made up of nodes that are connected via edges. The root node is the topmost node in a tree, and it is connected to zero or more child nodes. Each child node can have zero or more child nodes attached to it, establishing a hierarchical […]

May 14, 2023 | Data Structure | No comments

Advertisement