Skip to content

Commit f1cfa4e

Browse files
committed
Updated README
1 parent 04dceb9 commit f1cfa4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# InterviewPrep
2-
A repository containing link of good interview questions
2+
A repository containing link of good interview questions.
33

44

55
## Leetcode
@@ -20,6 +20,9 @@ A repository containing link of good interview questions
2020
* [Possible Bipartition](https://leetcode.com/problems/possible-bipartition/) , [Solution](https://github.com/TheSYNcoder/InterviewPrep/blob/master/Solutions/Possible%20Bipartition.cpp)
2121
* [Distinct Subsequences](https://leetcode.com/problems/distinct-subsequences-ii/)
2222
* [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)
2326

2427

2528
## Geeks For Geeks

0 commit comments

Comments
 (0)