@@ -8,13 +8,13 @@ My notes and answers as JS files are also available to show my answer and steps
8
8
9
9
### Last 5 Completed
10
10
11
- | Problem | Source | Completed | Prompt & Code |
12
- | --------------------------------- | ------ | ----------- | --------------------------------------- |
13
- | #354 [ Easy] : Integer Complexity 1 | DAILY | 07-Sep-2018 | [ Problem] (Add link → move to completed ) |
14
- | Median of Two Sorted Arrays | LEET | 07-Sep-2018 | [ Problem] ( https://git.io/fAzud ) |
15
- | Longest Non-repeating Substring | LEET | 07-Sep-2018 | [ Problem] ( https://git.io/fAzuK ) |
16
- | Two Sum | LEET | 06-Sep-2018 | [ Problem] ( https://git.io/fAzUw ) |
17
- | #76 [ Easy] : Title Case | DAILY | 05-Sep-2018 | [ Problem] (Update link → rename folder) |
11
+ | Problem | Source | Completed | Prompt & Code |
12
+ | --------------------------------- | ------ | ----------- | ------------------------------- |
13
+ | #354 [ Easy] : Integer Complexity 1 | DAILY | 07-Sep-2018 | [ Problem] ( https://git.io/fA2MT ) |
14
+ | Median of Two Sorted Arrays | LEET | 07-Sep-2018 | [ Problem] ( https://git.io/fAzud ) |
15
+ | Longest Non-repeating Substring | LEET | 07-Sep-2018 | [ Problem] ( https://git.io/fAzuK ) |
16
+ | Two Sum | LEET | 06-Sep-2018 | [ Problem] ( https://git.io/fAzUw ) |
17
+ | #76 [ Easy] : Title Case | DAILY | 05-Sep-2018 | [ Problem] ( https://git.io/fA2Mk ) |
18
18
19
19
### Last 5 Revisited
20
20
@@ -34,7 +34,7 @@ My notes and answers as JS files are also available to show my answer and steps
34
34
35
35
- [[ DAILY] DailyProgrammer:] ( https://www.reddit.com/r/dailyprogrammer ) 3 challenges a week are posted at increasing difficulty.
36
36
- [[ EULER] Project Euler:] ( https://projecteuler.net/archives ) Math-oriented programming problems
37
- - [[ LEET] LeetCode:] ( https://leetcode.com/ ) An effective resource to prepare for technical interviews and practice poding questions
37
+ - [[ LEET] LeetCode:] ( https://leetcode.com/problemset/all/ ) An effective resource to prepare for technical interviews and practice poding questions
38
38
- [[ WARS] Codewars:] ( https://www.codewars.com/ ) Programming exercises train a variety of skills
39
39
- [[ W3R] w3resource | JS:] ( https://projecteuler.net/archives ) Collection of JS problems organized into categories
40
40
0 commit comments