Articles for author: Sneha Chattopadhyay

Non Linear Data Structure

A Non Linear Data Structure is one in which its elements are not connected in a linear fashion, as suggested by its name itself. In such a data structure elements might be connected in a hierarchical manner like a tree or graph, or it may be non hierarchical like in a LinkedList. Non Linear Data ...