top of page
Data Structures & Algorithms
What Google Wikipedia says- 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.
What I say in simple words- Ds is nothing but a way in which a data is stored in a computer.
bottom of page