/algo_ds_101

An algorithm a day keeps the mass recruiter away

Primary LanguageC++MIT LicenseMIT


HactoberFest 2020 GitHub pull requests GitHub issues

Hello Everyone 👋

Index

To Contribute

1. Go The Issue Section

2

2.1 Either Create A New Issue

3

2.2 Or Choose From An Existing One

4

3. Choose Your Preferred Language

5

4. Get Assigned

6

5.1 Fork Your Repo

1

5.2 Change From Master Branch

01

5.3 Create A New Branch

02

5.4 Perfect 👏

03

6. Create A New File

7

7. Name Your File

8

8. Give Relevant Commit Message

9

9. Commit The File

10

10. Compare And Pull

11 04

11. Give Relevant PR Message

12

12. Enter Related Issue No

13

13. Enter Opted Language

14

14. Enter Number Of Files Updated

15

15. Enter File Name

16

16. Fill Up The Checkboxes

17

17. Create Pull Request

18

18. Congrats 😁

19

HacktoberFest 2020

Just create four PRs , wait till they mature and get limited edition T-shirt or plant a tree. Pleas don't spam

How To Commit In CLI

$ git clone git@github.com:your_username/algo_ds_101.git
$ git checkout -b Branch_Name
$ git add .
$ git commit -m 'message'
$ git push -u origin Branch_Name

How To sync your forked repository

$ git fetch --all --prune
$ git checkout master
$ git reset --hard upstream/master
$ git push origin master

Contributing Guidelines

Read contributing guidelines

Contributors

Meet our wonderful contributors

Code of Conduct

Read our code of conduct.

License

MIT License.