Posts

Showing posts with the label Data Structure

Data Structures and Algorithms : Introduction, Type and Uses

Image
 Introduction to Data Structures and Algorithm Data structures and algorithms are different topics but both are comes together because they are interrelated to each-other. To construct and implement any data structure we need efficient algorithm in terms of time and space. So for the proper understanding we need to learn both topic together.                A data structure is a way of storing data in a computer                           so that it can be used efficiently. Simply data structure is a way of storing data in a computer so that it can be used efficiently . Data structure begins from the choice of abstract data type, which is the mathematical model of a data structure  that specifies the type of data, operations on data and parameters of the operations. For the organization of mathematical and logical concept, data structure provides a method...