Skip to content

Lakshay-Singhal/algo_ds_101

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation


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.

About

An algorithm a day keeps the mass recruiter away

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 28.9%
  • Java 17.8%
  • Python 13.9%
  • C 13.8%
  • JavaScript 7.7%
  • C# 7.1%
  • Other 10.8%