DSA Intro

What is Data Structure

A data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently

There are basic and advanced types of data structures that are used in every software system. We need to have good knowledge about the data structures to understand programs better.

 


Source: https://www.geeksforgeeks.org/data-structures/ —