Answers for "purpose of data structure"

4

purpose of data structure

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.
Posted by: Guest on November-10-2020

Browse Popular Code Answers by Language