摘要: Given a Binary Tree, extract all leaves of it in a Doubly Linked List (DLL). Note that the DLL need to be created in-place. Assume that the node struc 阅读全文
posted @ 2017-09-06 12:54 Review->Improve 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Consider a game where a player can score 3 or 5 or 10 points in a move. Given a total score n, find the number of ways to reach the given score. Examp 阅读全文
posted @ 2017-09-06 11:57 Review->Improve 阅读(895) 评论(0) 推荐(0) 编辑