If you find a typo or other copy error, please feel free to open an issue and submit a pull request.
Additional challenges are gladly accepted via pull request. We ask that you follow the established repository structure and following guidelines:
- Create a dedicated subdirectory for each new challenge.
- Describe the challenge in a
README.mdusing Markdown syntax. - Place related supplemental files in the new challenge directory (as an example, see
sowpods.txtin the03-scrabble-wordschallenge). - Update
README.mdat the root of this repo, adding an entry in the list of challenges and a link to the new challenge directory.
These challenges are intended to be just that: challenges that push the programmer to be resourceful in finding a solution with little guidance.
However, if you have a solution you feel compelled to share, you may submit a pull request for consideration. Your solution should be organized under a subdirectory of the challenge: <challenge>/solutions/<userame>. See the solution to sorting warmup as an example.