INTRO TO DATA STRUCTURES
What Is DSA ?
If You are Reading this Blog , there is a very high chance that you would have come across the word DSA.
DSA stands for Data Structures and Algorithms.
A data structure is a named location that can be used to store and organize data. And, an algorithm is a collection of steps to solve a particular problem. Learning data structures and algorithms allow us to write efficient and optimized computer programs.
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.
21
