You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ I have solved quite a number of problems from several topics. See the below tabl
279
279
|03|[1007. Minimum Domino Rotations For Equal Row](https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/)|[Python](leetcode.com/python/Minimum_Domino_Rotations_For_Equal_Row.py)|[Official](https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/solution/), [Article 01](https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/discuss/252242/JavaC%2B%2BPython-Different-Ideas)| Medium | 📌 Hard to spot if it is a Greedy |
280
280
|04|[406. Queue Reconstruction by Height](https://leetcode.com/problems/queue-reconstruction-by-height/)|[Python](leetcode.com/python/406_Queue_Reconstruction_by_Height.py)|[Article 1](https://leetcode.com/problems/queue-reconstruction-by-height/discuss/89345/Easy-concept-with-PythonC%2B%2BJava-Solution), [Article 2](https://leetcode.com/problems/queue-reconstruction-by-height/discuss/89359/Explanation-of-the-neat-Sort%2BInsert-solution)| Medium | 📌 Fundamentals |
281
281
|05|[621. Task Scheduler](https://leetcode.com/problems/task-scheduler/)|[Python](leetcode.com/python/621_Task_Scheduler.py)|[Ex 1](https://leetcode.com/problems/task-scheduler/discuss/190390/Can-anyone-explain-to-me-what-the-problem-is-asking), [Ex 2](https://leetcode.com/problems/task-scheduler/discuss/130786/Python-solution-with-detailed-explanation), [Vid 1](https://www.youtube.com/watch?v=hVhOeaONg1Y)| Medium | 📌 Extremely tricky. Not done. Check later |
282
-
|06|[392. Is Subsequence](https://leetcode.com/problems/is-subsequence/)|[Python](leetcode.com/python/392_Is_Subsequence.py)|[Ex 1](https://leetcode.com/problems/is-subsequence/discuss/87264/Easy-to-understand-binary-search-solution)| Easy | 📌 |
282
+
|06|[392. Is Subsequence](https://leetcode.com/problems/is-subsequence/)|[Python](leetcode.com/python/392_Is_Subsequence.py)|[Ex 1](https://leetcode.com/problems/is-subsequence/discuss/87264/Easy-to-understand-binary-search-solution), [Ex 3](https://leetcode.com/problems/is-subsequence/discuss/87302/Binary-search-solution-for-follow-up-with-detailed-comments/144323)| Easy | 📌 |
0 commit comments