Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Data-structures-and-algorithms
#Hacktoberfest

In computer science ,a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.Where as an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation. We combine this data structures and alogorithms to get a proper funtioning program. Data structure and algorithms help in understanding the nature of the problem at a deeper level and thereby a better understanding of the world.Data structure and algorithms help in understanding the nature of the problem at a deeper level and thereby a better understanding of the world.
In computer science ,a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.Where as an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation. We combine this data structures and alogorithms to get a proper funtioning program. Data structure and algorithms help in understanding the nature of the problem at a deeper level and thereby a better understanding of the world.Data structure and algorithms help in understanding the nature of the problem at a deeper level and thereby a better understanding of the world,Major advantage of data structure is it can help programmer save lots of time or processing time while operations such as storage, retrieval or processing of data.