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.
- Host: GitHub
- URL: https://github.com/nishihere19/dsa
- Owner: nishihere19
- Created: 2021-01-02T09:35:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T13:36:49.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:35:34.569Z (7 months ago)
- Topics: dsa, dsa-algorithm
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 5
- Watchers: 1
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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