Skip to content

kalidas120799/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

DSA stands for Data Structures and Algorithms. Data structures are ways of organizing and storing data 
effectively, while algorithms are step-by-step procedures for solving problems or performing tasks.

Reason for using DSA
-----------------
Efficiency,Scalability,Problem Solving,Code Reusability

Build in DSA
--------------
Array
Object
String
Set
Map

custom DSA
----------
Linked list
Stack
Queue
Tree
Hash Table
Graph