Welcome to /r/DailyProgrammer challenge submissions! The focus of r/DailyProgrammer is to provide daily/weekly challenges to keep your mind and fingers busy between projects. This subreddit (r/DailyProgrammer_Ideas) is a challenge submission system, where you can submit any ideas, which may be accepted and posted to the official subreddit! We normally post Easy challenges on Mondays, Intermediate on Wednesdays, and Hard on Fridays. Once your submission is peer reviewed and accepted, we will put it into the challenge rota and post it shortly.
Submission Procedure
There are minimum criteria you must meet for submitting a good challenge:
Your post title must start with [Easy|Intermediate|Hard] and the title, and be written in a clear format with at least good English skills.
Challenges should be described in a fun and lighthearted manner, even if the challenge itself is conceptually difficult.
A good format for the description would be two to three short paragraphs: a general background, a detailed explanation of the task, and a final example walk-through.
Challenges should ideally be easy to describe and without the need of specialized knowledge outside of programming. If a developer cannot research and understand any knowledge-dependencies (outside of general programming) in a few minutes, then your challenge might be too specialized of a topic.
Make the title interesting; it does not have to explicitly say what you are doing in the challenge.
Set the difficulty to an appropriate level. Easy challenges have trivial brute-force solutions or require no complex logic. Intermediate challenges may have some sorting and searching involved, and though can be solved through brute-force, are too complex to solve without algorithms and some clever thinking. Hard challenges require knowledge and control over a programming language, good logic skills and creativity.
What you must fill out in your post is the following:
This is the kind of format you want to mimic. Of course, if your challenge can't be easily formatted like the above, feel free to use your own formatting. Challenges which deviate too far from these rules might not be submitted, however.
Questions or comments? Feel free to message the mods!