Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 494 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 494 Bytes

Int Main ds-algo

Data Structure And Algorithms

Data Structure is a data organization, management, and storage format that enables efficient access and modification. Stack, Linked list, trees, graph, etc are the example of basic data structures.

Algorithm is a set of instructions, used to solve a particular problem in finite number of steps.