Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc6500b

Browse files
coding patterns
1 parent 06b156c commit dc6500b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package AlgorithmPatterns;
2+
3+
public class SlidingWindow {
4+
}

‎src/stacks/maxRectangleArea.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public static void main(String[] args) {
7070

7171
int mat[][]=new int[10][10];
7272
int mx = 0;
73+
int n=mat.length,m=mat[0].length;
7374

7475
for (int i = 1; i < n; i++) {
7576

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /