2.3 给定链表中间某结点指针,删除链表中该结点 2.4 求由两个链表结点组成的数之和 2.5 给定一个循环链表,实现一个算法返回这个环的开始结点 3.1 如何只用一个数组实现三个栈 3.2 实现一个栈,要求实现min函数以返回栈中的最小值 3.3 实现数据结构SetOfStacks来模拟叠盘子 3.4 编程解决汉诺塔问题 3.5 使用两个栈实现一个队列 3.6 写程序
XIV.About_the_Author.md XII & XIV completely done. 破解编码面试 - 中文翻译 作者:Gayle Laakmann McDowell 原书名称:Cracking the Coding Interview: 189 Programming Questions and Solutions 译者:F8F-1BearCat 译者序 译者摸鱼的时候喜欢逛一亩三分地论坛,在终身学习>刷题板块里偶然发现了 CtCI 这本书。本书...
前言《Cracking the coding interview》是一本被许多人极力推荐的程序员面试书籍, 详情可见:http://www.careercup.com/book。 第六版中文版里面有189道程序员面试题目及相应的解答。 书中大部分是编程题目, 并且配有相应的java程序。 我把书中
README.md objective-c code for CTCI examples Mar 5, 2014 README.md.orig objective-c code for CTCI examples Mar 5, 2014 Repository files navigation README ctci Solutions for "Cracking the Coding Interview v5" Adding equivalent solutions in Objective-C Adding my own solutionsAbout...
https://github.com/Hawstein/cracking-the-coding-interview 记录下来的主要目的是加深自己对问题的理解,如果此外还能对一两个人起到帮助作用, 那真真是再好不过了。:P 目录 Chapter 1 | Arrays and Strings 1.1Implement an algorithm to determine if a string has all unique characters. What if you can not...
Cracking the Coding Interview, v6 is the bigger and better version of the famous programming interview prep book. Now with 70% more content. It's coming soon. Sign up to be the first to know.
二、Behind the Scenes Once you are selected for an interview, you usually go through a screening interview. This is typically conducted over the phone. Don't let the name fool you; the "screening" interview often involves coding and algorithms questions, and the bar can be just as high as...
README.md objective-c code for CTCI examples Mar 5, 2014 README.md.orig objective-c code for CTCI examples Mar 5, 2014 Repository files navigation README ctci Solutions for "Cracking the Coding Interview v5" Adding equivalent solutions in Objective-C Adding my own solutionsAbout...
原书名称:Cracking the Coding Interview: 189 Programming Questions and Solutions 译者:F8F-1BearCat 译者序 译者摸鱼的时候喜欢逛一亩三分地论坛,在终身学习>刷题板块里偶然发现了 CtCI 这本书。本书被誉为北美码农求职面试经典书籍,因书中包含 189 道编码题,所以也被称为 CC189,更早的版本为 CC150。
推荐一本书《Cracking the code interview》Now in the 5th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top so