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