99 Commits

Author SHA1 Message Date
d8c3f984e4 Fix grammar issues in DP (#53)
* ran content through grammar checker and break the code example after
column 100 to remove horizontal scroll bar when viewing on GitHub

* Update dynamic-programming.md
2017-10-17 18:51:23 +08:00
88bc6fdc5c Fix typo in html.md (#54)
* Fix typo in html.md

* Update html.md
2017-10-17 15:54:19 +08:00
040b7e3dbc Added additional HTML and Interview information (#52)
* Add information about HTML

* Add post interview advice

* Update cheatsheet.md
2017-10-17 11:26:16 +08:00
ff8f3e1edf Fix typos (#51) 2017-10-17 02:13:22 +08:00
10281f10b0 Fix missing study link for Trie (#50) 2017-10-17 00:07:21 +08:00
7870a58b31 Fix typos (#47) 2017-10-16 17:20:36 +08:00
f2bcca85a3 Add async and await in the Async section (#46) 2017-10-16 04:03:23 +08:00
dcde5c5dbe Add legend to cheatsheet (#45)
Add legend to cheatsheet
2017-10-15 16:57:10 +08:00
a667bcc722 Add 🆕 label to Interview Cheatsheet 2017-10-15 01:52:28 +08:00
08e23d0b6c More cheatsheet tips 2017-10-14 20:32:11 +08:00
bfa350013c Clean up resume tips 2017-10-14 19:43:52 +08:00
60aee3771d Add questions from "Questions I'm asking in interviews 2017" 2017-10-14 18:28:48 +08:00
b0b8d49187 Fix for HN comments 2017-10-14 18:19:16 +08:00
91f799a02b Improve cheatsheet point on dress code 2017-10-14 16:26:18 +08:00
2c17675e20 Fix cheatsheet wording 2017-10-14 16:25:38 +08:00
abf34b8696 Change cheatsheet Do's and Don'ts to emojis 2017-10-14 16:13:53 +08:00
cf398576f5 Convert cheatsheet to table 2017-10-14 16:04:22 +08:00
d3d98510b2 Add conclusion to Preparation section 2017-10-14 15:54:21 +08:00
569d92a200 Improve interview cheatsheet further 2017-10-14 15:45:38 +08:00
077bc448b8 Improve cheatsheet 2017-10-14 15:36:46 +08:00
790940826f Fix cheatsheet 2017-10-14 15:26:43 +08:00
177f7909f2 Add in interview cheatsheet 2017-10-14 14:31:19 +08:00
b46a7b1491 Fix typos in Front End interview questions (#43) 2017-10-14 01:08:21 +08:00
dd061c0ab1 added missing back tic and added resume layout (#42) 2017-10-13 05:20:46 +08:00
c4fd83ed9c Add more behavioral questions 2017-10-12 14:36:38 +08:00
149ae24090 Remove empty scripts 2017-10-11 01:36:39 +08:00
3691478bb3 Mention Lago 2017-10-11 00:39:07 +08:00
4038c4fbf4 Fix mergeSort tests 2017-10-11 00:38:57 +08:00
50df8650c9 Fix mention of Lago 2017-10-10 23:19:04 +08:00
35cf3c1b05 Add Lago 2017-10-10 23:14:11 +08:00
e0a0fd549e Refine tests for mergeSort 2017-10-10 11:06:13 +08:00
05fbf436dc Create mergeSort.js (#38) 2017-10-10 10:48:24 +08:00
ca10d557d3 Fix lonely number problem 2017-10-10 01:48:27 +08:00
0516f5e974 Add lonely number problem (#37) 2017-10-10 01:44:08 +08:00
5f5f0cde51 Remove duplicate problem in Linked Lists (#36) 2017-10-09 16:02:57 +08:00
67d8354505 Cleaning up 2017-10-06 16:45:15 +08:00
60f9310dac Add new questions to questions-to-ask.md (#35) 2017-10-06 16:14:09 +08:00
37cb421917 Fix mistakes in resume section (#34)
Fix mistakes in resume section
2017-10-05 23:01:22 +08:00
ce997f725e Add Resume section links to README 2017-10-05 14:12:06 +08:00
1069ad12bc Add resume tips section (#33)
* Add resume tips section

* Add resume tips section
2017-10-05 14:07:59 +08:00
621472ecb6 Fix typo in HTML Interview Questions 2017-10-05 13:43:45 +08:00
969538bd5c Repository structure clean up 2017-10-05 12:59:49 +08:00
457ea288e2 Added Elevator Pitch section (#30) 2017-10-05 01:00:29 +08:00
1dfdc57084 Grammar correction (#31)
Correcting full stop typo to comma.
2017-10-04 18:02:33 +08:00
aabf891770 Added to Front-End Interview questions: more answers to question: What kind of things must you be wary of when designing or developing for multilingual sites? (#28) 2017-10-04 00:48:31 +08:00
cbe05deb1d Fixed errors in "undefined and undeclared" section (#27) 2017-10-03 21:54:05 +08:00
647d30d0cf Elaborate on the why and who 2017-10-03 15:24:07 +08:00
7fbd660ecf Flesh out glossary, add references, convert links to md, add transpilation and fp info. (#24) 2017-10-03 12:49:09 +08:00
4b6450ab84 Sentence clarification (#22)
* Sentence clarification

* Requested PR changes
2017-10-03 00:17:33 +08:00
f7fb1ed366 Fix typo issue (#20)
Fix the issue: https://github.com/yangshun/tech-interview-handbook/issues/19
The given example was not correct:
'E.g. "abba" and "redblueredblue" should return true'
It has ben fixed by changing the input "redblueredblue" to "redbluebluered"
2017-10-02 21:03:45 +08:00