Two dimensional arrays are also called table or matrix, two dimensional arrays have two subscripts Two dimensional array in which […]
Category: Data Structure
One Dimensional Array
Simplest data structure that makes use of computed address to locate its elements is the one-dimensional array or vector;number of […]
Case Analysis in Data Structure
Worst Case Analysis In the worst case analysis, we calculate upper bound on running time of an algorithm. We must […]
Time and space analysis of algorithms
Algorithm An essential aspect to data structures is algorithms. Data structures are implemented using algorithms. An algorithm is a procedure […]
Operation on Data Structures
Design of efficient data structure must take operations to be performed on the data structures into account. The most commonly […]
Classification of Data Structure
Data Structures are normally classified into two broad categories. 1.Primitive Data Structure 2.Non-primitive data Structure Data types A particular kind […]
What is Data Structure?
Data structure is a representation of the logical relationship existing between individual elements of data. Data Structure is a way […]
Introduction to Data Structure
Computer is an electronic machine which is used for data processing and manipulation. When programmer collects such type of data […]