└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Daily Algorithms - Repository of Solutions 2 | ## How to participate: 3 | 4 | ### 1/ Find a coding challenge / a coding problem 5 | The problem can be easy, intermediate, or difficult -- it doesn't matter. :) The challenge is to find some time to solve it. 6 | 7 | ### 2/ Create a Github issue for the problem, if you don't already see it. 8 | 9 | The title of the issue should be in this format: 10 | [Optional book/source] Problem title 11 | 12 | e.g. [Advent of Code] Day 1: Chronal Calibration 13 | 14 | e.g. [Cracking the Code Interview] Problem 1.1: Is Unique 15 | 16 | e.g. [LeetCode] Add Two Numbers 17 | 18 | The first comment in the issue should be the full problem itself. 19 | 20 | ### 3/ Paste a link to your solution (e.g. a link to your repl.it) as a reply in the issue thread. 21 | You can optionally paste your full code too, using backticks like ```this```. 22 | 23 | e.g. https://repl.it/@lpatmo/SoftSlightGraphicslibrary 24 | 25 | Javascript solution: 26 | 27 | ```Full code``` 28 | --------------------------------------------------------------------------------