2025-06-02 21:45:07 +00:00
2021-08-17 13:28:07 +02:00
2021-10-16 18:05:27 +02:00
2021-10-16 18:05:27 +02:00
2021-08-17 13:28:07 +02:00
2021-08-17 13:28:07 +02:00
2021-10-16 18:05:27 +02:00
2021-08-17 13:28:07 +02:00
2021-08-17 13:28:07 +02:00
2021-08-17 13:28:07 +02:00
2021-10-16 18:05:27 +02:00
2021-08-17 13:28:07 +02:00

Daily Coding Problems

My solutions to Daily Coding Problems.

Those are not the official solution, just mine :). I don't claim they are the best. I shoot for simplicity and clarity.

I am also not a premium member of their service nor am I affiliated, so I haven't seen their solutions. If you want detailed solutions, I suggest you get a premium account!

Solutions are in Kotlin (Try it, it's awesome).

Solutions

Solutions are usually in a single file, named after the day of the problem. Example Day1018.kt is for Day 1018. I don't use particular libraries to solve the problems but you can clone and use ./gradlew build if you want to complete suite. In each file you will find the complete description of the problem in comments. I also added a screenshot of the description in EMAILS.md.

Day Name Difficulty Company
965 UTF-8 encoding Easy Google
1018 Clock Angles Easy Microsoft

Author

Description
No description provided
Readme 341 KiB
Languages
Kotlin 100%