Skip to content

Update README.md #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@

<div align="center" style="margin: 20px">
<img src="https://github.com/rishabh-bansal/Data-Structures/raw/master/image.jpg">
</div>

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 "<yourFile.cpp>") of the C++ file that is using it.

# Data-Structures

Expand Down Expand Up @@ -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.