We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a216a commit 3b7049cCopy full SHA for 3b7049c
scripts/algorithms/0-9/132 Pattern/132 Pattern.js
@@ -1,3 +1,4 @@
1
+// Runtime: 85 ms (Top 89.19%) | Memory: 53.4 MB (Top 61.26%)
2
var find132pattern = function(nums) {
3
let m = -Infinity
4
// Initialise a empty stack...
@@ -17,4 +18,4 @@ var find132pattern = function(nums) {
17
18
}
19
// If the condition is not satisfied, return false.
20
return false
-};
21
+};
0 commit comments