loader image

Author name: Abhay

Applications of data structures

Different types of data structures are used for different kinds of purposes. Some of them are highly specialized in specific tasks. Applications of data structures are listed below. Applications of Arrays Applications of Linked lists Applications of Trees  Applications of Stacks The LIFO property of Stack can be useful in the following applications. Applications of …

Applications of data structures Read More »

Categories of data structures

Data structures are generally classified into primitive and non-primitive data structures. Different categories of data structures are shown in the figure. Primitive data structures Basic data structures that cannot be further divided is called primitive data structures. Non primitive data structures Data structures that can be used for other complex storages are called non-primitive data …

Categories of data structures Read More »

Scroll to Top