Question:

What is the Definition of data structure?

by  |  earlier

0 LIKES UnLike

What is the Definition of data structure?

 Tags:

   Report

2 ANSWERS


  1. In computer science, a data structure is a way of storing data in a computer so that it can be used efficiently. Often a carefully chosen data structure will allow the most efficient algorithm to be used. The choice of the data structure often begins from the choice of an abstract data type. A well-designed data structure allows a variety of critical operations to be performed, using as few resources, both execution time and memory space, as possible. Data structures are implemented by a programming language as data types and the references and operations they provide.


  2. A data which is structure and a structure which is data is data structure

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.