Links in all tables open the folder to display the unsolved problem prompt!
My notes and answers as JS files are also available to show my answer and steps taken to get there.
Problem | Source | Completed | Prompt & Code |
---|---|---|---|
#354 [Easy]: Integer Complexity 1 | DAILY | 07-Sep-2018 | Problem |
Median of Two Sorted Arrays | LEET | 07-Sep-2018 | Problem |
Longest Non-repeating Substring | LEET | 07-Sep-2018 | Problem |
Two Sum | LEET | 06-Sep-2018 | Problem |
#76 [Easy]: Title Case | DAILY | 05-Sep-2018 | Problem |
Problem | Source | Revisited | Prompt & Code |
---|---|---|---|
#25 - 1000-digit Fibonacci number | EULER | 02-Sep-2018 | Prob 25 |
#5 - Smallest multiple | EULER | 31-Jul-2018 | Prob 5 |
#22L - Names scores (lite) | EULER | 31-Jul-2018 | Prob 22L |
#4 - Largest palindrome product | EULER | 30-Jul-2018 | Prob 4 |
#7 - 10 001st prime | EULER | 29-Jul-2018 | Prob 7 |
- [DAILY] DailyProgrammer: 3 challenges a week are posted at increasing difficulty.
- [EULER] Project Euler: Math-oriented programming problems
- [LEET] LeetCode: An effective resource to prepare for technical interviews and practice poding questions
- [WARS] Codewars: Programming exercises train a variety of skills
- [W3R] w3resource | JS: Collection of JS problems organized into categories