摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 递归实现: /* 阅读全文
posted @ 2017-11-17 23:40 爱简单的Paul 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Invert a binary tree. to Trivia:This problem was inspired by this original tweet by Max Howell: 阅读全文
posted @ 2017-11-17 23:26 爱简单的Paul 阅读(95) 评论(0) 推荐(0) 编辑