What is linear and non-linear data structures?
Linear data structures : Link list traversal is linear in nature
Non-linear data structures : graphs, trees (traversal of nodes is nonlinear in nature)
Linear data structures : Link list traversal is linear in nature
Non-linear data structures : graphs, trees (traversal of nodes is nonlinear in nature)
Recent Comments