What is data structure? Name some common data structure

– Data structure is way of organizing, managing, process data in efficient manner.
– Data Structure is physical implementation of data.
– Data structure helps processor to process and handle large and complex data without any failure.
– Data structure allows running a program or implementing operation at minimum time.
– Data structure allows to minimum memory space to store data.
– Some common data structure is array, list, stack, queue, tree etc.

error: Content is protected !!