Skip to content

Instantly share code, notes, and snippets.

@strawstack
Last active May 18, 2019 07:33
Show Gist options
  • Save strawstack/30bdde2dd04671045671cd39271f6b8e to your computer and use it in GitHub Desktop.
Save strawstack/30bdde2dd04671045671cd39271f6b8e to your computer and use it in GitHub Desktop.
SummerOfLeetCode2019
{
"2": {
"date": "Sun 21 Apr",
"level": "medium",
"url": "https://leetcode.com/problems/add-two-numbers/"
},
"3": {
"date": "Tuesday 23 Apr",
"level": "medium",
"url": "https://leetcode.com/problems/longest-substring-without-repeating-characters/"
},
"11": {
"date": "Thurs 25 Apr",
"level": "medium",
"url": "https://leetcode.com/problems/container-with-most-water/"
},
"4": {
"date": "Saturday 27 Apr",
"level": "hard",
"url": "https://leetcode.com/problems/median-of-two-sorted-arrays/description/"
},
"15": {
"date": "Mon 29 Apr",
"level": "medium",
"url": "https://leetcode.com/problems/3sum/"
},
"22": {
"date": "Wed 1 May",
"level": "medium",
"url": "https://leetcode.com/problems/generate-parentheses/"
},
"43": {
"date": "Fri 3 May",
"level": "medium",
"url": "https://leetcode.com/problems/multiply-strings/description/"
},
"10": {
"date": "Sun 5 May",
"level": "hard",
"url": "https://leetcode.com/problems/regular-expression-matching/description/"
},
"55": {
"date": "Tues 7 May",
"level": "medium",
"url": "https://leetcode.com/problems/jump-game/"
},
"75": {
"date": "Thurs 9 May",
"level": "medium",
"url": "https://leetcode.com/problems/sort-colors/description"
},
"23": {
"date": "Sat 11 May",
"level": "hard",
"url": "https://leetcode.com/problems/merge-k-sorted-lists/description/"
},
"81": {
"date": "Mon 13 May",
"level": "medium",
"url": "https://leetcode.com/problems/search-in-rotated-sorted-array-ii/description/"
},
"89": {
"date": "Wed 15 May",
"level": "medium",
"url": "https://leetcode.com/problems/gray-code/"
},
"90": {
"date": "Fri 17 May",
"level": "medium",
"url": "https://leetcode.com/problems/subsets-ii/description/"
},
"25": {
"date": "Sun 19 May",
"level": "hard",
"url": "https://leetcode.com/problems/reverse-nodes-in-k-group/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment