From ba9ef28ba1e31358e34d9aceaaf7a6118c7c7100 Mon Sep 17 00:00:00 2001 From: ZhenXW77 Date: Wed, 14 Feb 2024 23:33:26 -0500 Subject: [PATCH] Update README.md I added what the project is about and the purpose of the project. I added instructions on how to use the project and how to contribute to it. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a91d5..74beb65 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -
+This repository contains data structures and algorithms written in C and C++. + +# Use cases +Users can look through the repository and learn about the implementation of each data structure and algorithm. They can also be used in programs. + +# Installation +Simply downloading the repository and adding the corresponding data structure or algorithm files to the preprocessor (#include "") of the C++ file that is using it. # Data-Structures @@ -36,3 +42,6 @@ Data Structures ├── SEGMENT_TREE.cpp # segment tree implementation └── BINARY_SEARCH_TREE.cpp # binary search tree ``` + +# Contributions +Anyone is welcome to contribute to the repository, and [here](https://github.com/rishabh-bansal/C-Data-Structures-and-Algorithms/blob/master/Plan.md "Plan.md") is a list of data structures and algorithms that are planned to be added. \ No newline at end of file