会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
papering
新随笔
管理
2019年1月27日
表达式 求值 栈应用 符合匹配 算术运算
摘要: https://leetcode-cn.com/problems/valid-parentheses/ func isValid(s string) bool { n := len(s) if n%2 != 0 { return false } f := func(a, b byte) bool {
阅读全文
posted @ 2019-01-27 23:32 papering
阅读(130)
评论(0)
推荐(0)
编辑