- Every Project contain its own README.md file.
- Please read the README.md before building project
====================
- Use only standard C++.
- You are invited to use C++11 and C++14 features.
- Make your code roughly "production quality" in formatting, choosing variable and function names, etc.
- Comment your code.
- There is no need to follow any specific code style guide.
- Add a makefile to allow us to compile and test the code easily on Linux.