https://github.com/ktilcu/daily-coding-challenge
Solve challenges in any language!
https://github.com/ktilcu/daily-coding-challenge
coding-challenge hacktoberfest hacktoberfest2019
Last synced: 6 months ago
JSON representation
Solve challenges in any language!
- Host: GitHub
- URL: https://github.com/ktilcu/daily-coding-challenge
- Owner: ktilcu
- Created: 2018-10-01T15:12:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T14:21:49.000Z (about 6 years ago)
- Last Synced: 2025-03-22T17:13:17.674Z (7 months ago)
- Topics: coding-challenge, hacktoberfest, hacktoberfest2019
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Coding Challenge
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][1] 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.## Process
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][2] or pull one from [Project Euler][3]When you have created a working solution please open a pull request!
### PR Comments
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!## Tips
* 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![1]: https://hacktoberfest.digitalocean.com
[2]: https://dailycodingproblem.com
[3]: https://projecteuler.net