We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4662c79 commit aa7d626Copy full SHA for aa7d626
0042_Trapping_Rain_Water.java
@@ -1,7 +1,13 @@
1
-// id: 42
2
-// Name: Trapping Rain Water
3
-// link: https://leetcode.com/problems/trapping-rain-water/description/
4
-// Difficulty: Hard
+/*
+ * 42. Trapping Rain Water
+ * Problem Link: https://leetcode.com/problems/trapping-rain-water/description/
+ * Difficulty: Hard
5
+ *
6
+ * Solution Created by: Muhammad Khuzaima Umair
7
+ * LeetCode : https://leetcode.com/mkhuzaima/
8
+ * Github : https://github.com/mkhuzaima
9
+ * LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10
+ */
11
12
class Solution {
13
public int trap(int[] height) {
0 commit comments