摘要:
Invert a binary tree. to Trivia:This problem was inspired by this original tweet by Max Howell: 这个题目只要实现一个递归调用即可 阅读全文
posted @ 2016-03-29 10:59 CSU蛋李 阅读(116) 评论(0) 推荐(0) 编辑
|
|
摘要:
Invert a binary tree. to Trivia:This problem was inspired by this original tweet by Max Howell: 这个题目只要实现一个递归调用即可 阅读全文
posted @ 2016-03-29 10:59 CSU蛋李 阅读(116) 评论(0) 推荐(0) 编辑
摘要:
Implement the following operations of a queue using stacks. push(x) -- Push element x to the back of queue. pop() -- Removes the element from in front 阅读全文
posted @ 2016-03-29 01:52 CSU蛋李 阅读(125) 评论(0) 推荐(0) 编辑 |
|