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 34bfb56 commit c015e16Copy full SHA for c015e16
src/me/ramswaroop/arrays/NextGreaterElement.java
@@ -56,5 +56,8 @@ public static void main(String a[]) {
56
System.out.println("=========");
57
ar = new int[]{1, 5, 3, 4, 2, 0, 11};
58
nextGreaterElements(ar);
59
+ System.out.println("=========");
60
+ ar = new int[]{3, 6, 8, 2 , 1, 5, 12, 4, 9};
61
+ nextGreaterElements(ar);
62
}
63
0 commit comments