- Coderspree is an annual DSA practise season organized by Innogeeks.
- It follows
Pepcodingmodules and maintains weekly rankings.- Coderspree aims to Introduce Git & Github to beginners and make solving questions a daily habit.
- Make a folder under your domain name with the following format
tushar5526_TusharGupta_1923csi1086_3
Example: tushar5526_TusharGupta_1923csi1086_3
tushar5526_TusharGupta_1923csi1086_3GettingStartedprintZ.cpp( your code files )nextQuestion.cpp
PatternspatternQuestion.cpp..and so on....
- Fork (making a copy of the repository on your github account) the repository
innogeeksOrganization/coderspree. - Go to the forked repo on your github account.
- Click on
fetch upstream. - Clone the forked repo using
GitHub Desktop. - Select
To contribute to the parent repo - Click on
fetch origin. - Add your changes. Only change the files under your folder's name
- Commit the changes
- Make a PR
