├── 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.
- Fork this repository.
- Read Questions on website
- Make a new folder with your own username in
answers
- Add your answer in your folder, like question1.c, question1.py, question2.c, etc
- Commit Changes
- Open a pull request for all the changes you've made