Skip to content

subham5230/algo_ds_101

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


HactoberFest 2021 GitHub pull requests GitHub issues

Index

HacktoberFest 2021

hacktoberfest 2021

How To Contribute

1. Go The Issue Section

2

2.1 Either Create A New Issue

3

2.2 Or Choose An Existing One

4

3. Choose Your Preferred Language

5

4. Get Assigned

6

5. Fork The Repo

1

6.1 Create A New Branch

02

6.2 Switch From Main Branch

01

6.3 Perfect πŸ‘

03

7. Create A New File with A Relevant Name

7

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(s) Name(s)

16

16. Fill Up The Checkboxe(s)

17

17. Create Pull Request

18

18. Congrats πŸŽ‰

19

Want To Document The Repo ?

  • Click here to know more

How To Commit In CLI

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

Sync Your Forked Repository

CLI

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

Github

Screenshot from 2021-10-01 00-23-07 Screenshot from 2021-10-01 00-23-25 Screenshot from 2021-10-01 00-23-54

Contributing Guidelines

Read contributing guidelines

Contributors

Meet our wonderful contributors

Code of Conduct

Read our code of conduct.

License

MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 30.4%
  • Java 15.8%
  • Python 14.7%
  • C 13.1%
  • C# 7.7%
  • JavaScript 5.7%
  • Other 12.6%