发表评论取消回复
相关阅读
相关 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. Remove K Digits | 402. 移掉 K 位数字(单调栈)
题目 [https://leetcode.com/problems/remove-k-digits/][https_leetcode.com_problems_remov
相关 leetcode 51. N-Queens DFS深度优先遍历
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no
相关 leetcode 22. Generate Parentheses DFS深度优先遍历
Given n pairs of parentheses, write a function to generate all combinations of well-form
相关 leetcode 112. Path Sum DFS深度优先遍历
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that a
相关 leetcode 101. Symmetric Tree BFS广度优先遍历+DFS深度优先遍历
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its ce
相关 leetcode 402. Remove K Digits 贪心算法 + DFS深度优先遍历 + stack
Given a non-negative integer num represented as a string, remove k digits from the numbe
相关 402. Remove K Digits
Given a non-negative integer num represented as a string, remove k digits from the numbe
相关 DFS深度优先搜索遍历
转载:[https://blog.csdn.net/qq\_38442065/article/details/81634282][https_blog.csdn.net_qq_
还没有评论,来说两句吧...