code_N_conquer presented by SRM CODECHEF NCR chapter is an initiative to target young minds who have just stepped into coding. In this 30 day challenge, participants will get questions on a daily basis for a duration of one month. The participants will be challenged with questions with basic concepts and this will help in maintaining a flow to their daily programming progress. Participants will commit to the repositories and post their answers to the problems provided to them. So, prepare you laptops; Brains ON
Ready; Set; Code
├── answers
│ ├── someotherusername
│ │ └── Day1
│ │ └── question1.py
│ └── yourusername
│ ├── Day1
│ │ ├── question1.py
│ │ └── question2.py
│ └── Day2
│ ├── question1.py
│ └── question2.py
└── questions
├── Day1
│ └── README.md
└── Day2
└── README.md
Questions
Folder include questions for each dayAnswers
Folder include your solutions to the problems inside the folder of yourusername
- Fork this repository
- Read Questions in the
questions
folder - Make a new folder with your username in
answers
- Add your answer in your folder, like for Day1 - Question-1 the answer file would be
Day1/question1.py
- Commit Changes
- Open a pull request for all the changes you've made