
栈
LUCASYAN个
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
636. Exclusive Time of Functions
Given the running logs of n functions that are executed in a nonpreemptive single threaded CPU, find the exclusive time of these functions. Each function has a unique id, start from 0 to n-1. A fun原创 2017-09-16 09:02:56 · 351 阅读 · 0 评论 -
150. Evaluate Reverse Polish Notation 逆波兰表达式
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", "+原创 2017-09-12 23:37:42 · 215 阅读 · 0 评论