@@ -22,7 +22,7 @@ export const problems = [
22
22
url : "https://leetcode.com/problems/sqrtx" ,
23
23
solutions : [
24
24
{
25
- title : "" ,
25
+ title : "Solution: Sqrt " ,
26
26
site : sites . DesignGurus ,
27
27
url : "https://www.designgurus.io/course-play/grokking-the-coding-interview/doc/63d9065f4c5ef6536969a6ab" ,
28
28
} ,
@@ -55,7 +55,7 @@ export const problems = [
55
55
url : "https://leetcode.ca/all/243.html" ,
56
56
solutions : [
57
57
{
58
- title : "" ,
58
+ title : "Solution: Shortest Word Distance " ,
59
59
site : { } ,
60
60
url : "https://aaronice.gitbook.io/lintcode/hash-table/shortest-word-distance" ,
61
61
} ,
@@ -99,7 +99,7 @@ export const problems = [
99
99
url : "https://leetcode.com/problems/check-if-the-sentence-is-pangram" ,
100
100
solutions : [
101
101
{
102
- title : "" ,
102
+ title : "Solution: Pangram " ,
103
103
site : sites . DesignGurus ,
104
104
url : "https://www.designgurus.io/course-play/grokking-the-coding-interview/doc/63d9b9024bb2155485a1a03a" ,
105
105
} ,
@@ -1101,12 +1101,12 @@ export const problems = [
1101
1101
url : "https://leetcode.com/problems/find-the-duplicate-number" ,
1102
1102
solutions : [
1103
1103
{
1104
- title : "" ,
1104
+ title : "If Programming Was An Anime | Part I " ,
1105
1105
site : sites . yt ,
1106
1106
url : "https://www.youtube.com/watch?v=pKO9UjSeLew" ,
1107
1107
} ,
1108
1108
{
1109
- title : "" ,
1109
+ title : "Programming Anime: Floyd's Algorithm Explained | Part II " ,
1110
1110
site : sites . yt ,
1111
1111
url : "https://www.youtube.com/watch?v=9YTjXqqJEFE" ,
1112
1112
} ,
@@ -2792,7 +2792,7 @@ export const problems = [
2792
2792
url : "https://leetcode.ca/2016-08-27-271-Encode-and-Decode-Strings/" ,
2793
2793
solutions : [
2794
2794
{
2795
- title : "" ,
2795
+ title : "Solution: Encode and Decode Strings " ,
2796
2796
site : { } ,
2797
2797
url : "https://algo.monster/liteproblems/271" ,
2798
2798
} ,
@@ -5200,7 +5200,7 @@ export const problems = [
5200
5200
url : "https://leetcode.com/problems/contains-duplicate" ,
5201
5201
solutions : [
5202
5202
{
5203
- title : "" ,
5203
+ title : "Solution: Contains Duplicate " ,
5204
5204
site : sites . DesignGurus ,
5205
5205
url : "https://www.designgurus.io/course-play/grokking-the-coding-interview/doc/63d906094c5ef6536969a376" ,
5206
5206
} ,
0 commit comments