12 2014 档案

摘要:Given a binary tree, return the preorder traversal of its nodes' values. Example: Input: [1,null,2,3] 1 \ 2 / 3 Output: [1,2,3] Follow up: Recursive s 阅读全文
posted @ 2014-12-05 16:29 Grandyang 阅读(16089) 评论(3) 推荐(3) 编辑
摘要:http://site.douban.com/190815/widget/notes/12033185/note/254050988/ 阅读全文
posted @ 2014-12-05 04:45 Grandyang 阅读(567) 评论(0) 推荐(0) 编辑
摘要:Creating a video with OpenCV 阅读全文
posted @ 2014-12-04 14:25 Grandyang 阅读(302) 评论(0) 推荐(0) 编辑
摘要:FOURCCNameSummary1978A.M.Paredes predictorThis is a LossLess video codec. >>>2VUY2VUY / BlackMagic>>>3IV03ivx3IV0 no longer used for this codec, howev... 阅读全文
posted @ 2014-12-04 07:32 Grandyang 阅读(3759) 评论(0) 推荐(0) 编辑
摘要:Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we use 阅读全文
posted @ 2014-12-02 14:10 Grandyang 阅读(23751) 评论(17) 推荐(1) 编辑
摘要:Given a linked list, determine if it has a cycle in it. To represent a cycle in the given linked list, we use an integer pos which represents the posi 阅读全文
posted @ 2014-12-02 13:23 Grandyang 阅读(17401) 评论(3) 推荐(0) 编辑
摘要:极客学院 阅读全文
posted @ 2014-12-01 14:07 Grandyang 阅读(406) 评论(1) 推荐(0) 编辑
摘要:iOS学习之 plist文件的读写 阅读全文
posted @ 2014-12-01 11:57 Grandyang 阅读(243) 评论(0) 推荐(0) 编辑

Fork me on GitHub