摘要: 如何准备:Whether you are asked to implement a simple stack / queue, or you are asked to implementa modified version of one, you will have a big leg up on other candidates if you can flawlessly work with stacks and queues Practice makes perfect! Here is some skeleton code for a Stackand Queue class当面试官需要 阅读全文
posted @ 2013-04-12 15:39 曾先森在努力 阅读(935) 评论(0) 推荐(0) 编辑
摘要: 如何准备Linked list questions are extremely common These can range from simple (delete a node ina linked list) to much more challenging Either way, we advise you to be extremely comfortable with the easiest questions Being able to easily manipulate a linked list in the simplestways will make the tougher 阅读全文
posted @ 2013-04-12 15:37 曾先森在努力 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 如何准备:Bit manipulation can be a scary thing to many candidates, but it doesn’t need to be! If you’re shaky on bit manipulation, we recommend doing a couple of arithmetic-like problems to boost your skills Compute the following by hand: 1010 - 0001 1010 + 0110 1100^1010 1010 << 1 1001^1001 1001 阅读全文
posted @ 2013-04-12 15:09 曾先森在努力 阅读(259) 评论(0) 推荐(0) 编辑