Skip to content

A repository for maintaining implementations of DSA in cpp.

Notifications You must be signed in to change notification settings

nishihere19/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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!!

⬇️Important

Follow these steps:hammer: for contributing:

💚Fork the repo.

📌Create a separate branch for any bug/feature with branch name: <algo/data-structure-name>

✅Commit once a program is complete.

✏️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

🎉Merge the changes in your branch.

git merge upstream/(your_branch_name)

👽Push your changes to your branch.

🔧Make a pull request from your branch.

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

🔖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.

✅All copyrights are reserved

The code is not for production.:construction_worker:

⭐contributors

About

A repository for maintaining implementations of DSA in cpp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages