Follow the README below to get started!
Note : This repo is excluded from the Hacktoberfest but you can still contribute and the reason is importance of DSA, yourcontribution will be for lifelong.
Table of contents
Getting Started
Before you begin, please follow my other account and contribute to projects over there.
The Process
- Fork this repository
- Run
git clone [your repo url goes here]
- CD into your cloned repo
- Run
git checkout -b [your branch name goes here]
to create your new branch
- Make your edits and save
- Run
git add .
- Run
git commit -m 'Commit message goes here'
- Finally, run
git push origin [your branch name goes here]
- Star this repo
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo)
- Wait for your new PR to be reviewed and merged!