I am always interested in working to solve fun problems. I also know there are a hundred different ways to solve a single problem. So, for this Hacktoberfest I wanted to make a way for beginners and advanced programmers alike to have an easy way to contribute to open source while flexing their coding muscles.
Each day I will submit one coding challenge. I will accept answers to that challenge in any language. The hope is that there will be a couple different ways to answer any one challenge in a single language and I'd like to see those variations.
If I can't think of a problem that seems interesting or fun then I will use one distributed by DailyCodingProblem.com or pull one from Project Euler
When you have created a working solution please open a pull request!
I want to encourage PR comments. I would like them to stay very positive and helpful. Our main goal should be teaching something new. If you have a faster or better way of doing something then open another PR!
- Think of different time and space complexities
- Think of different ways of solving e.g.: loops vs recursion
- Add instructions on how to run your solution to the top
- Try a new language!