Introduction DSA
What is Data Structures?
Data structure is an efficient way of organizing data so that it facilitates easy retrieval and optimized memory allocation.
What is an Algorithm?
Algorithm is a step by step approach towards solving a particular problem. The steps in algorithmic approach are chronological in nature.