img

Data Structure


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.


Most Viewed Programs →




Programs on Array
Programs on Stack
Programs on Queue
Programs on Linked List
Programs on Trees
Programs on Sorting
Top ↑