Data Structure is the logical or mathematical model of an organization of data. A data structure is a
specialized format for organizing, processing, retrieving and storing data. In computer science and
computer programming, a data structure may be selected or designed to store data for the purpose of
using it with various algorithms.
An algorithm is the finite set of instructions that is followed to accomplish a particular task. An
algorithm is the step-by-step procedure that gives solution to a given problem. Algorithms are used as
specifications for performing calculations, data processing, automated reasoning, automated decision
making and other tasks.
Data Structure
Most Viewed Programs →
Triplet representation of Sparse Matrix
Operations on Single Linked List
Implementation of Merge Sort