2020年12月23日

摘要: 地址 https://leetcode-cn.com/problems/evaluate-reverse-polish-notation/ 根据 逆波兰表示法,求表达式的值。 有效的运算符包括 +, -, *, / 。每个运算对象可以是整数,也可以是另一个逆波兰表达式。 说明: 整数除法只保留整数部 阅读全文
posted @ 2020-12-23 14:15 itdef 阅读(98) 评论(0) 推荐(0)
摘要: 地址 https://leetcode-cn.com/problems/first-unique-character-in-a-string/ 给定一个字符串,找到它的第一个不重复的字符,并返回它的索引。如果不存在,则返回 -1。 示例: s = "leetcode" 返回 0 s = "lovel 阅读全文
posted @ 2020-12-23 09:45 itdef 阅读(76) 评论(0) 推荐(0)

导航