Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Codechef-SRM-NCR-Chapter/30-DaysOfCode-March-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code_N_conquer: 30 days of code

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

File Structure

├── 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 day
  • Answers Folder include your solutions to the problems inside the folder of yourusername

Steps

  1. Fork this repository
  2. Read Questions in the questions folder
  3. Make a new folder with your username in answers
  4. Add your answer in your folder, like for Day1 - Question-1 the answer file would be Day1/question1.py
  5. Commit Changes
  6. Open a pull request for all the changes you've made