Skip to content

Commit 7c7475e

Browse files
committed
Update README - Topic Tags
1 parent 379293c commit 7c7475e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,27 @@ https://leetcode.com/u/mukul_parashar/
3737
| |
3838
| ------- |
3939
| [0033-search-in-rotated-sorted-array](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0033-search-in-rotated-sorted-array) |
40+
| [0042-trapping-rain-water](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0042-trapping-rain-water) |
4041
| [0081-search-in-rotated-sorted-array-ii](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0081-search-in-rotated-sorted-array-ii) |
4142
## Binary Search
4243
| |
4344
| ------- |
4445
| [0033-search-in-rotated-sorted-array](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0033-search-in-rotated-sorted-array) |
4546
| [0081-search-in-rotated-sorted-array-ii](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0081-search-in-rotated-sorted-array-ii) |
47+
## Two Pointers
48+
| |
49+
| ------- |
50+
| [0042-trapping-rain-water](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0042-trapping-rain-water) |
51+
## Dynamic Programming
52+
| |
53+
| ------- |
54+
| [0042-trapping-rain-water](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0042-trapping-rain-water) |
55+
## Stack
56+
| |
57+
| ------- |
58+
| [0042-trapping-rain-water](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0042-trapping-rain-water) |
59+
## Monotonic Stack
60+
| |
61+
| ------- |
62+
| [0042-trapping-rain-water](https://github.com/MukulParasar/leetcode-java-solutions/tree/master/0042-trapping-rain-water) |
4663
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)