Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 815 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 815 Bytes

Data Structure & Algorithms

Data Structure:

Multiple ways to organise data in a computer. For example array, linkedlist.

Algorithms:

An Algorithm is a list of steps that you can follow to finish a task.


Why do we need DSA in our life?

To save time and memory.

• Time is precious.
• Memory is expensive.


Why should we learn DSA?

• DSA helps in improving the Problem Solving Skills.
• It helps in picking out an Algorithm that can Solve Real-life Problems easily.
• More than 70 % Companies ask DSA Problems in their Interview Process.
• Many Online Competitions are organised to Test Problem Solving skills. Eg :- TCS Codevita, Amazon WOW.