Skip to content

Commit 9606441

Browse files
committed
Runtime: 7 ms (Top 96.43%) | Memory: 61.60 MB (Top 10.06%)
1 parent 03b69a2 commit 9606441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/algorithms/F/Find the Most Competitive Subsequence/Find the Most Competitive Subsequence.java

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 7 ms (Top 96.43%) | Memory: 61.60 MB (Top 10.06%)
2+
13
class Solution {
24
public int[] mostCompetitive(int[] nums, int k) {
35
int[] stack = new int[k];

0 commit comments

Comments
 (0)