Skip to content
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.