#computer-science
Read more stories on Hashnode
Articles with this tag
Define Graph A graph is a non-linear data structure that basically consists of two components i.e a node and an edge. The nodes are the fundamental...
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...