diff --git a/README.md b/README.md index ef4a15d..299d826 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# Data-Structures \ No newline at end of file +# Data-Structures +Targeted algorithms − + +Search − Algorithm to search an item in a data structure. + +Sort − Algorithm to sort items in a certain order. + +Insert − Algorithm to insert item in a data structure. + +Update − Algorithm to update an existing item in a data structure. + +Delete − Algorithm to delete an existing item from a data structure. +