An open API service indexing awesome lists of open source software.

https://github.com/nishihere19/dsa

A repository for maintaining implementations of DSA in cpp.
https://github.com/nishihere19/dsa

dsa dsa-algorithm

Last synced: 7 months ago
JSON representation

A repository for maintaining implementations of DSA in cpp.

Awesome Lists containing this project

README

          

# Data-Structures and Algos:rocket:


I made this repo to maintain my codes in one place. Any contributions are more welcome. If you find any error/issue/suggestions, feel free to open an issue!!

# :arrow_down:Important


Follow these steps:hammer: for contributing:

:green_heart:Fork the repo.

:pushpin:Create a separate branch for any bug/feature with branch name:

:white_check_mark:Commit once a program is complete.

:pencil2:Fetch for any changes in the original repo by creating an upstream using:

>git remote add upstream git@github.com:nishihere19/DSA.git

>git fetch upstream

:tada:Merge the changes in your branch.

>git merge upstream/(your_branch_name)

:alien:Push your changes to your branch.

:wrench:Make a pull request from your branch.

:heavy_plus_sign:Before submitting a PR, check your code well and explain your work properly in the PR description.

# :bookmark:Code advice

Kindly maintain a clean code with proper comments.

Commit messages should be written carefully and describe the changes made.

Create separate PR for a single program update/bug fix.

# :white_check_mark:All copyrights are reserved

The code is not for production.:construction_worker:

# :star:contributors