data structures and algorithms

Programming languages or concepts

  

data structures

In this tutorial, you will learn about data strucrture and its types.

What are Data Structures?

A data structure is a storage that is used to manage and  store data. This is a way to manage the data on the computer so that it can be accessed and updated efficiently.


Depending on your needs and the project, it is important to choose the right data structure for your project. 


Types of Data Structure

Basically, data structures are divided into two types:


  • Linear data structure
  • Non-linear data structure


Topics:

close