Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 810 Bytes

File metadata and controls

23 lines (20 loc) · 810 Bytes

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