摘要: Find the Nth number in Fibonacci sequence. A Fibonacci sequence is defined as follow: The first two numbers are 0 and 1. The i th number is the sum of i-1 th number and i-2 th number. The first te... 阅读全文
posted @ 2015-09-17 11:41 Bogart2015 阅读(768) 评论(0) 推荐(0) 编辑
摘要: Linked list is a one of the most important topic in interviews. Because it uses dynamic memory and short lines can finish its implement. It is often u... 阅读全文
posted @ 2015-09-17 04:02 Bogart2015 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Data Structure is the most important aspect in interviews. Most questions are on array, string, linked list, tree, stack, queue. Array and string are two basic data structure. They are both continuous... 阅读全文
posted @ 2015-09-15 11:39 Bogart2015 阅读(121) 评论(0) 推荐(0) 编辑
摘要: The first day. chapter 1&2 Implement assignment function for below class CMyString.class CMyString{public: CMyString(char* pData = NULL); CMyStr... 阅读全文
posted @ 2015-09-15 08:56 Bogart2015 阅读(129) 评论(0) 推荐(0) 编辑