摘要: Left rotate a string. 阅读全文
posted @ 2014-05-20 13:57 hellogiser 阅读(385) 评论(0) 推荐(0) 编辑
摘要: Longest common string(LCS). 阅读全文
posted @ 2014-05-20 13:54 hellogiser 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Reverse a linked list. 阅读全文
posted @ 2014-05-20 13:52 hellogiser 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 2 stacks to implement a queue. 阅读全文
posted @ 2014-05-20 13:50 hellogiser 阅读(183) 评论(0) 推荐(0) 编辑
摘要: String to integer(atoi). 阅读全文
posted @ 2014-05-20 13:44 hellogiser 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Dynamic programming and meta-programming to calculate Fib arrays. 阅读全文
posted @ 2014-05-20 13:41 hellogiser 阅读(253) 评论(0) 推荐(0) 编辑
摘要: C++ string class copy constructor and assign constructor. 阅读全文
posted @ 2014-05-20 13:35 hellogiser 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Josephus problem. 阅读全文
posted @ 2014-05-20 13:27 hellogiser 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Find first not repeating char in a string. 阅读全文
posted @ 2014-05-20 13:17 hellogiser 阅读(269) 评论(0) 推荐(0) 编辑
摘要: Visit a tree by level,namely BFS. 阅读全文
posted @ 2014-05-20 13:15 hellogiser 阅读(180) 评论(0) 推荐(0) 编辑