Skip to content

Codechef-SRM-NCR-Chapter/CSES-ProblemSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 

Repository files navigation

CSES ProblemSet

File Structure

├── answers
│   ├── <someotherusername>
│   │   └── question1.c
│   └── <yourusername> # You will add your answers here. READ "NOTE" below!
│       ├── question1.py
│       ├── question2.py
│       ├── question1.py
│       └── question2.py
  • NOTE: Answers folder will include your own folder (change this to your own github username) which will include your solutions.

Steps

  1. Fork this repository.
  2. Read Questions on website
  3. Make a new folder with your own username in answers
  4. Add your answer in your folder, like question1.c, question1.py, question2.c, etc
  5. Commit Changes
  6. Open a pull request for all the changes you've made