1. What are data structures and why are they important #

Created Tuesday 14 January 2020

Solving a problem: When we are given some input and we work on that according to the requirement, there are many ways to store the input and to work the output. These are Data Structures and Algorithms respectively.

e.g if user gives us some inputs, and they wants to know what they gave before. Here we will use stack. Any other data structure will not be as good as a stack here.

Data structure = ADT + LL/Array