Computer Science, asked by richasusan50515, 5 months ago

ample
5. Explain the term data structure.​

Answers

Answered by rajendradahate151
1

Explanation:

The term data structure is used to describe the way data is stored, and the term algorithm is used to describe the way data is processed. Data structures and algorithms are interrelated. Choosing a data structure affects the kind of algorithm you might use, and choosing an algorithm affects the data structures we use.

Answered by reshmassharma
1

In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. 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.

Similar questions