|
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 |
|
|
36769c6d4d
|
Add more marketing content to README (#18)
|
2017-10-02 13:23:59 +08:00 |
|
|
30e5d8bccb
|
Grammar fixes for tense, punctuation and wording. (#17)
* Grammar fixes for tense, punctuation and wording.
* requested PR changes
|
2017-10-02 01:20:36 +08:00 |
|
|
047d841c6c
|
Couple of grammar/typo edits to README.MD (#16)
|
2017-10-01 19:58:24 +08:00 |
|
|
d79ecce5b3
|
Reformat algorithms and preparation sections
|
2017-10-01 01:02:17 +08:00 |
|
|
6801ee96a7
|
Add study links
|
2017-09-30 22:25:19 +08:00 |
|
|
0f78cf3657
|
Use const
|
2017-09-30 21:55:53 +08:00 |
|
|
4fa28c04ee
|
Return -1 if target is not in array (#9)
* return -1 if target is not in array
* return -1 if target is not in array (python)
* <= in binary search while loop
|
2017-09-30 21:51:37 +08:00 |
|
|
ae70816718
|
Reorganize premium LC questions
|
2017-09-30 21:14:01 +08:00 |
|
|
6ad4deecfe
|
Indicate problems that are LeetCode premium only (#12)
|
2017-09-30 00:48:34 +08:00 |
|
|
5fca371cbe
|
Added Writeup for CSS in front-end folder resources (#10)
* Adding links to box model and positioning
* Add writeup for positioning in css
* Writeup for css floats
* Added writeup for specificity
|
2017-09-29 01:08:25 +08:00 |
|
|
ead0e74674
|
Implement floor division (#8)
|
2017-09-28 10:53:54 +08:00 |
|
|
316c6f3e5b
|
Add link to interviewing.io
|
2017-09-28 00:21:13 +08:00 |
|
|
3d79804f76
|
Update widgets contents
|
2017-09-27 22:55:46 +08:00 |
|
|
d39ec17765
|
Clean up apostrophes
|
2017-09-27 22:55:20 +08:00 |
|
|
a66de97197
|
Add WIP status
|
2017-09-27 19:28:11 +08:00 |
|
|
3787fd9b18
|
Better marketing angle
|
2017-09-27 16:50:51 +08:00 |
|
|
1e99520814
|
Rename to Maintainers
|
2017-09-27 16:33:46 +08:00 |
|
|
ee6cadf5b0
|
Rename Jade to Pug (fixes #7)
|
2017-09-27 08:45:20 +08:00 |
|
|
7cbaeafe6f
|
Reword README
|
2017-09-27 08:42:36 +08:00 |
|
|
0a16568dc0
|
Add contributors section
|
2017-09-27 08:35:56 +08:00 |
|