Thursday, July 23, 2020

Introduction to Data Structures

Data Structure can be defined as the group of data elements which provides an efficient way of storing and organizing data in the computer so that it can be used efficiently.

Some examples of Data Structures are arrays, Linked List, Stack, Queue, etc. Data Structures are widely used in almost every aspect of Computer Science i.e. operating System, Compiler Design, Artificial intelligence, Graphics and many more.

Data Structure is a way of data organization, management, and storage a data, which is used to access efficiently and also perform modifications. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

Data structures provide a means to manage large amounts of data efficiently for uses such as large databases

Data structures are generally based on the ability of a computer to fetch and store data at any place in its memory



No comments:

Post a Comment