Each directories should be named against the course it represents and contain a README explaining the purpose of each snippet of code.
Feel free to fork it and contribute to it.
No particular language is required.
Try to follow the following README template for each directories:
Course: Foo course
Exercices:
- [Title]
- [language]
- [Objective]
- Explanation of the algorithm (not mandatory if code is self explanatory)
- [Title]
- [language]
- [Objective]
- Explanation of the algorithm
PS:
- Push when the code is functional
- Clean code is required
- Avoid spagheti code:)
- TDD as possible:)