摘要: Implement a basic calculator to evaluate a simple expression string.The expression string may contain open(and closing parentheses), the plus+or minus... 阅读全文
posted @ 2016-01-16 15:02 Hygeia 阅读(212) 评论(0) 推荐(0)
摘要: Given a nested list of integers, returns the sum of all integers in the list weighted by their depthFor example, given the list {{1,1},2,{1,1}} the fu... 阅读全文
posted @ 2016-01-16 13:37 Hygeia 阅读(335) 评论(0) 推荐(0)