2696. 删除子串后的字符串最小长度
2696. 删除子串后的字符串最小长度
- 难度:
easy - 原始链接: https://leetcode.cn/problems/minimum-string-length-after-removing-substrings
- 标签:
栈
解法一: 栈
1 | func minLength(s string) int { |
easy栈1 | func minLength(s string) int { |
Update your browser to view this website correctly.&npsb;Update my browser now