zoukankan
html css js c++ java
5.26 Stacks and Queues
Remove K Digits
题目: 给定一个Num字符串来表示一个非负的整数,移除其中k位字符,使得新生成的数字最小。
思路:将高位数字提前删除 对于leading zero需要小心处理
Largest Rectangle in Histogram
Stack 里面存什么? -> heights中的元素index
Stack 什么时候 pop() 元素 -> 当前的height[i] < stack.peek()
查看全文
相关阅读:
这个 bug 让我更加理解 Spring 单例了
SpringBoot
codeblocks笔记
https://docs.platformio.org/en/latest/boards/index.html
外部存储的烧写
嵌入式AI
python的一些库
语音芯片及解决方案
神奇的调试值“DEADBEEF”
【12月】+我与rt_thread的“江湖恩怨”
原文地址:https://www.cnblogs.com/kong-xy/p/9095482.html
最新文章
Ubuntu 20.04如何设置Mozilla Thunderbird的邮件默认保存目录。
Zookeeper集群节点数量为什么要是奇数个?
一致性哈希(hash)算法
阿里云Centos6 yum源无法更新404解决
jsencrypt&pyencrypt
Debian 配置apt-get源为网络源
JAVA 框架
getAnnotation
韩国编码 EUC-KR 等于KO16MSWIN949
java中父类声明子类实例化
热门文章
getParameter()和getAttribute() 区别
HttpServletResponse HttpServletRequest
JSP之3个指令、6个动作、9个内置对象和4大作用域
蜜罐技术
华侨港澳台联考
$(document).on和$('.className').on区别
Layui.自定义验证&Ajax
Docker.安装.yum.Centos-8版本
Docker.报错.Is the docker daemon running?
如何学习.书摘
Copyright © 2011-2022 走看看