Data Structures & Algorithms 🪨

the beginning

Data Structures & Algorithms 🪨

Table of contents

No heading

No headings in the article.

Data Structure is defined as a particular way of organizing & storing data in memory so that it can be used efficiently & effectively.

Algorithm is a step-by-step procedure for solving a specific, often well-defined problem.

Data Structure & Algorithm [DSA] goes together, the data is organized into a certain structure for it to be passed into an algorithm to get executed in a certain way (efficiently + effectively).