发表评论取消回复
相关阅读
相关 LeetCode 402. Remove K Digits (贪心)
题目意思: 给定一个以字符串表示的非负整数 num,移除这个数中的 k 位数字,使得剩下的数字最小。 ![watermark_type_ZmFuZ3poZW5naGVpdG
相关 leetcode.402. 移掉K位数字(remove-k-digits)
402. 移掉K位数字(remove-k-digits) 给定一个以字符串表示的非负整数 num,移除这个数中的 k 位数字,使得剩下的数字最小。 注意: nu
相关 LeetCode 402. 移掉K位数字 JAVA
给定一个以字符串表示的非负整数 num,移除这个数中的 k 位数字,使得剩下的数字最小。 注意: num 的长度小于 10002 且 ≥ k。 num 不会包含任何前导
相关 移掉 K 位数字
移掉 K 位数字 1、参考资料 https://leetcode-cn.com/problems/remove-k-digits/ 2、题目要求 > 题目描
相关 Leetcode 402. 移掉 K 位数字(单调栈YYDS)
题目重述 给你一个以字符串表示的非负整数 num 和一个整数 k ,移除这个数中的 k 位数字,使得剩下的数字最小。请你以字符串形式返回这个最小的数字。 示例 1 :
相关 leetcode402移掉 K 位数字
![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ub
相关 leetcode 402. Remove K Digits | 402. 移掉 K 位数字(单调栈)
题目 [https://leetcode.com/problems/remove-k-digits/][https_leetcode.com_problems_remov
相关 leetcode 402. Remove K Digits 贪心算法 + DFS深度优先遍历 + stack
Given a non-negative integer num represented as a string, remove k digits from the numbe
相关 【LeetCode】402. 移掉K位数字
题目链接:[https://leetcode-cn.com/problems/remove-k-digits/description/][https_leetcode-cn.c
还没有评论,来说两句吧...