File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A repository containing link of good interview questions.
18
18
* [ Reducing Dishes] ( https://leetcode.com/problems/reducing-dishes/ ) ,[ Solution] ( https://github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/reducing-dishes.cpp )
19
19
* [ K-different subarrays] ( https://leetcode.com/articles/subarrays-with-k-different-integers/ )
20
20
* [ Possible Bipartition] ( https://leetcode.com/problems/possible-bipartition/ ) , [ Solution] ( https://github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/Possible%20Bipartition.cpp )
21
- * [ Course Schedule] ( https://github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/Course_Schedule.cpp )
21
+ * [ Course Schedule] ( https://leetcode.com/explore/challenge/card/may-leetcoding-challenge/538/week-5-may-29th-may-31st/3344/ ) , [ Solution ] ( https:// github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/Course_Schedule.cpp)
22
22
* [ Distinct Subsequences] ( https://leetcode.com/problems/distinct-subsequences-ii/ )
23
23
* [ Minimum Cost for Tickets [ DP] ] ( https://leetcode.com/problems/minimum-cost-for-tickets/ )
24
24
* [ Valid perfect square [ Bin Search]] ( https://leetcode.com/problems/valid-perfect-square/ ) . [ Solution] ( Solutions/is_perfect_square.cpp ) (Little tricky implementation)
You can’t perform that action at this time.
0 commit comments