From 3f1ed5e52278c4fd5928ce946f0c3718deadbaf2 Mon Sep 17 00:00:00 2001 From: shreya123-coder <63414267+shreya123-coder@users.noreply.github.com> Date: Mon, 12 Oct 2020 22:54:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08943a5..6b3c252 100644 --- a/README.md +++ b/README.md @@ -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.