Fork me on GitHub
摘要: Solve a given equation and return the value of x in the form of string "x=#value". The equation contains only '+', '-' operation, the variable xand it 阅读全文
posted @ 2017-07-09 12:01 hellowOOOrld 阅读(690) 评论(0) 推荐(0)
摘要: Given a non-empty binary tree, return the average value of the nodes on each level in the form of an array. Example 1: 思路: 层次遍历。 阅读全文
posted @ 2017-07-09 11:56 hellowOOOrld 阅读(636) 评论(0) 推荐(0)