From d2be4919c0e274a5fbd239b8c2ffe54db5e9f30f Mon Sep 17 00:00:00 2001 From: karban8 Date: Fri, 2 Oct 2020 17:44:07 +0530 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 442c7b2..4a60137 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # Data_Structures + +In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, 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. + Generic Implementation of various Data Structures along with some problems.