Skip to content

Introduction

Hi I'm Priyanshu Lohar and this is my notebook dedicated to data structures and algorithm.

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.