If you want to contribute to any of the solutions:
- Add your github username to the solution as
solve-USERNAME.lang
. So your solution might be namedsolve-mammad.c
- Use descriptive identifiers to make the code easy to understand
- Add comments to your code to make it even more readable
- Do not use cryptic algorithms/highlevel language hacks. The idea behind this repo is "You can do it too"