File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# InterviewPrep
2
- A repository containing link of good interview questions
2
+ A repository containing link of good interview questions.
3
3
4
4
5
5
## Leetcode
@@ -20,6 +20,9 @@ A repository containing link of good interview questions
20
20
* [ Possible Bipartition] ( https://leetcode.com/problems/possible-bipartition/ ) , [ Solution] ( https://github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/Possible%20Bipartition.cpp )
21
21
* [ Distinct Subsequences] ( https://leetcode.com/problems/distinct-subsequences-ii/ )
22
22
* [ Minimum Cost for Tickets [ DP] ] ( https://leetcode.com/problems/minimum-cost-for-tickets/ )
23
+ * [ Valid perfect square [ Bin Search]] ( https://leetcode.com/problems/valid-perfect-square/ ) . [ Solution] ( Solutions/is_perfect_square.cpp ) (Little tricky implementation)
24
+ * [ Triangle [ DP]] ( https://leetcode.com/problems/triangle/ ) . [ Solution] ( Solutions/triangle.cpp )
25
+ * [ Dungeon Game [ DP, BS]] ( https://leetcode.com/problems/dungeon-game/ ) . [ Solution] ( Solutions/Dungeon_game.cpp )
23
26
24
27
25
28
## Geeks For Geeks
You can’t perform that action at this time.
0 commit comments