Code Genesis presented by SRM CODECHEF NCR chapter
A 20-day long journey by the end of which you shall have a deep rooted understanding of the Competitive Programming and will be more than equipped to begin your CP journey.
Each session would be followed by set of questions for practice and doubts discussion.
Ready; Set; Code
- Conditionals
- Looping
- Arrays
- strings
- Bit manipulation
- Functions
- Structures/classes
- Recursion
├── answers
│ ├── someotherusername
│ │ └── Conditionals
│ │ └── question1.py
│ └── yourusername
│ ├── Conditonals
│ │ ├── question1.py
│ │ └── question2.py
│ └── Looping
│ ├── question1.py
│ └── question2.py
Answers
Folder include your solutions to the problems inside the folder of yourusername
- Fork this repository
- Read Questions on the provided drive file or on our website
- Make a new folder with your own username in
answers
- Add your answer in your folder, like for conditionals - Question-1 the answer file would be
conditionals/question1.py
- Commit Changes
- Open a pull request for all the changes you've made