自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (19)
  • 收藏
  • 关注

原创 [LeetCode] Binary Search Tree Iterator

Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Calling next() will return the next smallest number in the BST.Note: next()

2014-12-31 23:29:34 10544

原创 [LeetCode] Fraction to Recurring Decimal

Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.If the fractional part is repeating, enclose the repeating part in parentheses.

2014-12-30 20:37:05 1742

Cracking The Coding Interview 5th Ed (高清版下卷)

修正了第四版中的一些代码的bug,并且增加了一些新题。由于是高清版,文件大小超过上传限制,需要和上卷一起解压。 Book Description Publication Date: August 22, 2011 Now in the 5th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This is a deeply technical book and focuses on the

2013-12-31

Cracking The Coding Interview 5th Ed (高清版上卷)

修正了第四版中的一些代码的bug,并且增加了一些新题。由于是高清版,文件大小超过上传限制,需要和下卷一起解压。 Book Description Publication Date: August 22, 2011 Now in the 5th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice. The full list of topics are as follows: The Interview Process This section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered. Behind the Scenes Learn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook. Special Situations This section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know. Show More Before the Interview In order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview. Behavioral Preparation Although most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses. Technical Questions (+ 5 Algorithm Approaches) This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview. 150 Programming Questions and Answers This section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include Arrays and Strings Linked Lists Stacks and Queues Trees and Graphs Bit Manipulation Brain Teasers Mathematics and Probability Object-Oriented Design Recursion and Dynamic Programming Sorting and Searching Scalability and Memory Limits Testing C and C++ Java Databases Threads and Locks For the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself. Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added. Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.

2013-12-31

elements of programming interviews

相比于面试类经典书籍crack the interview等,涵盖了相对较新但仍然很经典的面试题,非常值得一看!自己虽然有了本电子版,但是还是忍不住买了原版书。

2013-12-14

编译原理教材(清华大学版)答案

编译原理教材(清华大学版)的课后答案,配合我上传的另一资源"编译原理习题",效果更佳。

2013-11-07

SSD5复习资料汇总

SSD6复习资料汇总,含04级和05级的试卷答案,SSD6认证考试题目,个人对知识重点的整理资料。

2013-11-06

密码编码学与网络安全——原理与实践(第三版)课后答案

密码编码学与网络安全——原理与实践(第三版)课后答案

2013-11-05

SSD6复习资料汇总

资料涵盖了04和05级当年的试卷,自己整理的要点,值得注意的代码示例,以及SSD的认证考试题目。

2013-11-05

编译原理习题

很经典的编译原理习题集,对期末考试复习很有帮助。当年出现过类似原题,本人期末编译原理96分。

2013-11-05

模式识别复习题

当年用于复习模式识别的复习题,有的是老师指出的,有的是网上搜索觉得很有用的。

2013-11-05

Lisp编译器的实现(Eclipse Project)

Lisp的编译器实现,含有多个test case可以参考。该资源可以直接导入到Eclipse中。

2013-11-04

ssd9的所有Exercise

囊括ssd9的所有练习题,本人ssd9期末95分。

2009-10-18

武汉大学国际软件学院解释器构造作业四——CMM解释器

国软06级解释器构造课程96分的作品,绝对原创!

2009-10-18

武汉大学国际软件学院解释器构造作业三——语法分析

国软06级解释器构造课程96分的作品,绝对原创!

2009-10-18

武汉大学国际软件学院解释器构造作业一——词法分析

国软06级解释器构造课程96分的作品,绝对原创!

2009-10-18

武汉大学国际软件学院解释器构造作业二——JAVACC 的研究和应用

国软06级解释器构造课程96分的作品,绝对原创! 在基本的功能上做了延伸,包含函数功能等等附加功能。

2009-10-18

武汉大学 薛超英《数据结构与算法》的八个实习作业题目

里面不仅有题目和程序源代码,还有解题思路。非常详细,绝对正确!

2009-10-18

陈火旺:程序设计语言编译原理

程序设计语言编译原理(陈火旺主编 国防工业出版社)

2008-09-05

概率论与数理统计答案

概率论与数理统计答案(武汉大学数学与统计学院 齐名友主编 高等教育出版社)

2008-09-05

ssd3 practical 6

ssd3 practical6答案

2008-05-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除