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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,7 @@ I have solved quite a number of problems from several topics. See the below tabl
267
267
|10|[78. Subsets](https://leetcode.com/problems/subsets/)|[Python](leetcode.com/python/78_Subsets.py)|[Video 1](https://www.youtube.com/results?search_query=All+Subsets+of+a+Set), [Video 2](https://www.youtube.com/watch?v=MsHFNGltIxw), [Video 3](https://www.youtube.com/watch?v=xTNFs5KRV_g), [Article 1](https://tinyurl.com/y5p2ozjo)| Medium |📌 TODO: check bit manipulation |
268
268
|11|[77. Combinations](https://leetcode.com/problems/combinations/)|[Python](leetcode.com/python/77_Combinations.py)|[Video 1 - paid course](https://codinginterviewclass.com/courses/coding-interview-class/lectures/11725951)| Medium |📌 TODO: Not done. Hard to grasp. Check again |
269
269
|12|[1066. Campus Bikes II](https://leetcode.com/problems/campus-bikes-ii/)|[Python](leetcode.com/python/1066_Campus_Bikes_II.py)|[Algo Notes](https://algorithm-notes-allinone.blogspot.com/2019/09/leetcode-1066-campus-bikes-ii.html)| Medium |📌 TODO: Backtracking solution is getting TLE. Solve it and implement it with DP also |
270
+
|13|[1087. Brace Expansion](https://leetcode.com/problems/brace-expansion/)|[Python](leetcode.com/python/1087_Brace_Expansion.py)| --- | Medium |📌 --- |
0 commit comments