- Coderspree is an annual DSA practise season organized by Innogeeks.
- It follows
Sheetmodules and maintains weekly rankings.- Coderspree aims to Introduce Git & Github to beginners and make solving questions a daily habit.
- Make a folder under your Year name with the following format
GitHubUsername_RealName_LibraryID_Year
Example: AdityyaX_AdityaPachauri_2125csme1008_3
In Any Language you are comfortable with.
AdityyaX_AdityaPachauri_2125csme1008_3Week1printZ.cpp( your code files )nextQuestion.cpp
Week_2patternQuestion.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