Skip to content

Commit

Permalink
video iframe updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-masud committed Nov 11, 2024
1 parent 138607a commit 6ecf933
Showing 1 changed file with 7 additions and 42 deletions.
49 changes: 7 additions & 42 deletions src/content/roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@
"Leetcode Question Link": "https://leetcode.com/problems/roman-to-integer",
"Acceptance": 63
},
{
"ID": 392,
"Title": "Is Subsequence",
"Difficulty": "Easy",
"Leetcode Question Link": "https://leetcode.com/problems/is-subsequence",
"Acceptance": 48
},
{
"ID": 121,
"Title": "Best Time to Buy and Sell Stock",
"Difficulty": "Easy",
"Leetcode Question Link": "https://leetcode.com/problems/best-time-to-buy-and-sell-stock",
"Acceptance": 54
},
{
"ID": 14,
"Title": "Longest Common Prefix",
Expand Down Expand Up @@ -172,6 +158,13 @@
"Leetcode Question Link": "https://leetcode.com/problems/reverse-string",
"Acceptance": 77
},
{
"ID": 121,
"Title": "Best Time to Buy and Sell Stock",
"Difficulty": "Easy",
"Leetcode Question Link": "https://leetcode.com/problems/best-time-to-buy-and-sell-stock",
"Acceptance": 54
},
{
"ID": 345,
"Title": "Reverse Vowels of a String",
Expand All @@ -193,13 +186,6 @@
"Leetcode Question Link": "https://leetcode.com/problems/move-zeroes",
"Acceptance": 63
},
{
"ID": 26,
"Title": "Remove Duplicates from Sorted Array",
"Difficulty": "Easy",
"Leetcode Question Link": "https://leetcode.com/problems/remove-duplicates-from-sorted-array",
"Acceptance": 52
},
{
"ID": 27,
"Title": "Remove Element",
Expand Down Expand Up @@ -266,13 +252,6 @@
"Leetcode Question Link": "https://leetcode.com/problems/trapping-rain-water",
"Acceptance": 61
},
{
"ID": 503,
"Title": "Next Greater Element II",
"Difficulty": "Medium",
"Leetcode Question Link": "https://leetcode.com/problems/next-greater-element-ii",
"Acceptance": 59
},
{
"ID": 84,
"Title": "Largest Rectangle in Histogram",
Expand Down Expand Up @@ -332,13 +311,6 @@
"Leetcode Question Link": "https://leetcode.com/problems/middle-of-the-linked-list",
"Acceptance": 70
},
{
"ID": 328,
"Title": "Odd Even Linked List",
"Difficulty": "Medium",
"Leetcode Question Link": "https://leetcode.com/problems/odd-even-linked-list",
"Acceptance": 57
},
{
"ID": 143,
"Title": "Reorder List",
Expand Down Expand Up @@ -381,13 +353,6 @@
"Leetcode Question Link": "https://leetcode.com/problems/rotate-list",
"Acceptance": 30
},
{
"ID": 237,
"Title": "Delete Node in a Linked List",
"Difficulty": "Medium",
"Leetcode Question Link": "https://leetcode.com/problems/delete-node-in-a-linked-list",
"Acceptance": 81
},
{
"ID": 24,
"Title": "Swap Nodes in Pairs",
Expand Down

0 comments on commit 6ecf933

Please # to comment.