This repository has the objective to challenge ourselfs with coding problems.
Create a folder with the following structure:
├── <language-name>
│ ├── <developer-name>
│ ├── <project-with-solutions>
├── README.md
- If the language of your choice already exists just create a folder with your name and follow the guidance in README.md of the language folder.
- If the language does not exists please create a README.md with a guidance to contribute. The guidance must have:
- The project structure.
- A guide to measure the perfomance of the solutions with some security.
- A guide to unit test the code.