不是每个人都有时间做几百个 LeetCode 问题。这个开源项目就是为忙碌的工程师准备的免费技术面试准备材料,超过 500,000 人从这本手册中受益!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Yangshun Tay 91f799a02b
Improve cheatsheet point on dress code
7 years ago
algorithms Fix mention of Lago 7 years ago
assets Rename logo to purge CDN cache 7 years ago
design Clean up apostrophes 7 years ago
domain Squash commit 7 years ago
front-end Fix typos in Front End interview questions (#43) 7 years ago
non-technical added missing back tic and added resume layout (#42) 7 years ago
preparing Improve cheatsheet point on dress code 7 years ago
utilities Remove empty scripts 7 years ago
.editorconfig Squash commit 7 years ago
.travis.yml Allow 429 in awesome bot 7 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 7 years ago
LICENSE Create LICENSE 7 years ago
README.md Add in interview cheatsheet 7 years ago

README.md

Tech Interview Handbook

What is this?

Carefully curated content to help you ace your next technical interview, with a focus on algorithms and the front end domain. System design questions are in-progress. Besides the usual algorithm questions, other awesome stuff includes:

This handbook is pretty new and help from you in contributing content would be very much appreciated!

Why do I want this?

This repository has practical content that covers all phases of a technical interview; from applying for a job to passing the interviews to offer negotiation. Technically competent candidates might still find the non-technical content helpful as well.

Who is this for?

Anybody who wants to land a job at a tech company but is new to technical interviews, seasoned engineers who have not been on the other side of the interviewing table in a while and wants to get back into the game, or anyone who wants to be better at technical interviewing.

How is this repository different?

There are so many awesome books like Cracking the Coding Interview and interview-related repositories out there on GitHub, what makes this repository different? The difference is that many existing interview repositories contain mainly links to external resources whereas this repository contains top quality curated content directly for your consumption.

Also, existing resources focus mainly on algorithm questions, and lack in coverage for more domain-specific and non-technical questions. This handbook aims to cover content beyond the typical algorithmic coding questions. 😎

Contents

If you are interested in how data structures are implemented, check out Lago, a Data Structures and Algorithms library for JavaScript. It is pretty much still WIP but I intend to make it into a library that is able to be used in production and also a reference resource for revising Data Structures and Algorithms.

Contributing

There are no formal contributing guidelines at the moment as things are still in flux and we might find a better approach to structure content as we go along. You are welcome to contribute whatever you think will be helpful to fellow engineers. If you would like to contribute content for different domains, feel free to create an issue or submit a pull request and we can discuss further.

Maintainers