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 692093c commit 7dc9490Copy full SHA for 7dc9490
src/main/java/g2301_2400/s2311_longest_binary_subsequence_less_than_or_equal_to_k/Solution.java
@@ -1,6 +1,7 @@
1
package g2301_2400.s2311_longest_binary_subsequence_less_than_or_equal_to_k;
2
3
-// #Medium #Math #2022_06_20_Time_1_ms_(100.00%)_Space_42.3_MB_(50.00%)
+// #Medium #String #Dynamic_Programming #Greedy #Memoization
4
+// #2022_06_20_Time_1_ms_(100.00%)_Space_42.3_MB_(50.00%)
5
6
public class Solution {
7
public int longestSubsequence(String s, int k) {
0 commit comments