https://github.com/sillyhatxu/cracking-the-coding-interview
这是一个自己建立的翻译文档,我的英文比较差,主要为了学习英语而建立的。
https://github.com/sillyhatxu/cracking-the-coding-interview
Last synced: 2 months ago
JSON representation
这是一个自己建立的翻译文档,我的英文比较差,主要为了学习英语而建立的。
- Host: GitHub
- URL: https://github.com/sillyhatxu/cracking-the-coding-interview
- Owner: sillyhatxu
- Created: 2019-12-06T06:02:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T13:54:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T07:46:04.755Z (4 months ago)
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cracking-the-Coding-Interview
这是一个自己建立的翻译文档,我的英文比较差,主要为了学习英语而建立的。
# Introduction
- [Introduction](#Introduction)
- [The Interview Process](#The-Interview-Process)
* [Why](#Why)
* [How Questions are Selected](#How-Questions-are-Selected)
- [Behind the Scenes](#Behind-the-Scenes)
* [The Microsoft Interview](#The-Microsoft-Interview)
* [The Amazon Interview](#The-Amazon-Interview)
* [The Google Interview](#The-Google-Interview)
* [The Apple Interview](#The-Apple-Interview)
* [The Facebook Interview](#The-Facebook-Interview)
* [The Palantir Interview](#The-Palantir-Interview)
- [Special Situations](#Special-Situations)
* [Experienced Candidates](#Experienced-Candidates)
* [Testers and SDETs](#Testers-and-SDETs)
* [Product (and Program) Management Dev Lead and Managers](#Product-(and-Program)-Management-Dev-Lead-and-Managers)
* [Startups](#Startups)
* [Acquisitions and Acquihires](#Acquisitions-and-Acquihires)
* [For Interviewers](#For-Interviewers)
- [xxxxxxxxx](#xxxxxxxxx)
* [xxxxxxxxxxx](#xxxxxxxxxxx)
+ [xxxxxxxxxx](#xxxxxxxxxxx)
- [Interview Questions](#Interview-Questions)
* [Chapter 1 Arrays and Strings](#Chapter-1-Arrays-and-Strings)
+ [Hash Tables](#Hash-Tables)
+ [ArrayList & Resizable Arrays](#ArrayList-&-Resizable-Arrays)
+ [StringBuilder](#StringBuilder)
* [Chapter 2 I Linked Lists](#Chapter-2-I-Linked-Lists)
+ [Creating a Linked List](#Creating-a-Linked-List)
+ [Deleting a Node from a Singly Linked List](#Deleting-a-Node-from-a-Singly-Linked-List)
+ [The "Runner" Technique](#The-Runner-Technique)
+ [Recursive Problems](#Recursive-Problems)
- [xxxxxxxxx](#xxxxxxxxx)
* [xxxxxxxxxxx](#xxxxxxxxxxx)
+ [xxxxxxxxxx](#xxxxxxxxxxx)