Skip to content

Commit c1f8cd1

Browse files
authored
Update README.md
1 parent cc2da99 commit c1f8cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A repository containing link of good interview questions.
1818
* [Reducing Dishes](https://leetcode.com/problems/reducing-dishes/),[Solution](https://github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/reducing-dishes.cpp)
1919
* [K-different subarrays](https://leetcode.com/articles/subarrays-with-k-different-integers/)
2020
* [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)
2222
* [Distinct Subsequences](https://leetcode.com/problems/distinct-subsequences-ii/)
2323
* [Minimum Cost for Tickets [DP] ](https://leetcode.com/problems/minimum-cost-for-tickets/)
2424
* [Valid perfect square [Bin Search]](https://leetcode.com/problems/valid-perfect-square/). [Solution](Solutions/is_perfect_square.cpp) (Little tricky implementation)

0 commit comments

Comments
 (0)