Data structure The data structure is a set of tools that preserves data, relationships/functions for suitable representation. The notion of the data structure as a system with three-component (D: Domain, F: Functions and A: Axiom) is also called an abstract data type, which is in the current literature also called a class. Smallest/primitive/atomic/fundamental storage structure is the flip flop. Classification of data structure The data structure is broadly classified into a primitive data structure and a non-primitive data structure. Primitive data structure These are atomic in nature, hence further division is not possible. A data structure is said to be primitive if it could be operated upon directly without requiring partition of it by a machine-level instruction. Ex: integer, float, ASCII character, double, natural number, real number, boolean, address (pointers). Non-primitive data structures These are non-atomic, composite in n...