Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 684 Bytes

Various exercices from coursera.com

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:

  1. Push when the code is functional
  2. Clean code is required
  3. Avoid spagheti code:)
  4. TDD as possible:)