Friday, 9 October 2020

Introduction of Data Structure

    In computer science, a data structure is a particular way of storing and organizing data in a computer’s memory so that it can be used efficiently.

A data structure is a special way of organizing and storing data in a computer so that it can be used efficiently. Array, Linked List, Stack, Queue, Tree, Graph etc are all data structures that stores the data in a special way so that we can access and use the data efficiently.

      Data Structures are the main part of many computer science algorithms as they enable the programmers to handle the data in an efficient way. It plays a vitle role in enhancing the performance of a software or a program as the main function of the software is to store and retrieve the user’s data as fast as possible.

No comments:

Post a Comment

Types of data structure

  As you go through different books There are different point of view is   choosed for categorising data   structure …..             Dat...