Skip to content

Data structures are very important to design efficient algorithm. Here I demonastrate various important data structures for easy understanding.

Notifications You must be signed in to change notification settings

habibsql/TheDatastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TheDataStructures

Data Structures are nothing but data organization/management/storeage formats.Various types of data strucutres exists. Based on the context different data structures are used. Various data structures are support various operations.

Types of Data Structures

Types of Datastructure

Their performaces are also varied. For example, Some data structures read operation is first but write is slow. Some are better for accessing particular element farster but navigation of particular critera is slow. Based on the context with algorithms the datastructures need to be selected.

Data Structures Big-O

Big-O

It is very important to understand the performance of data structures and its operations. Time complexity & Space complexity are two important critera for analysis. Algorithm performace is depends on proper data structure selection. So it is very vital part of any algorithm. Every algorithm works with data and to manage/store/handle that data, the data structure is must.

Data Structures Operation Complexity

Complexity

About

Data structures are very important to design efficient algorithm. Here I demonastrate various important data structures for easy understanding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages