Contains my implementations of /r/DailyProgrammer challenges. All challenge posts can be found here.
Feedback is welcome as that's why this repo was created in the first place. :-)
Trying to improve my programming skills, primarily C#.
Weekly challenges are on their own sections below.
| #* | Name | Submitter | Impl. | Benchmarks |
|---|---|---|---|---|
| 1.1 | Name age nick | nottoobadguy | C# | |
| 1.3 | Reversed guessing game | nottoobadguy | C# | |
| 2.3 | Stopwatch | nottoobadguy | C# | |
| 3.3 | Scrambled words | nottoobadguy | C# | C# |
| 4.3 | Number relations | nottoobadguy | C# | |
| 5.2 | Find anagrams | nottoobadguy | C# |
*x.1=easy, x.2=intermediate, x.3=difficult
| Name | Submitter | Impl. | Tests | Benchmarks |
|---|---|---|---|---|
| Grab | adrian17 | C# | ||
| OTP generator | BaronPaprika | C# | C# | |
| Ramp numbers | Atrolantra | C# | C# | C# |
| To base n | casualfrog | C# | C# |