0d27354390
Add self introduction paragraph ( #106 )
...
* Add self introduction paragraph
* Update README.md
2018-10-13 11:23:33 -07:00
1b5273c2a8
Add solutions to Array problems ( #104 )
2018-10-13 11:16:18 -07:00
3cc219a04c
Update basics.md ( #107 )
...
Fixed typo
2018-10-12 17:17:35 -07:00
740e579418
Fix reference to wrong traversal algorithm
...
Fixes #105
2018-09-30 13:36:03 +08:00
01bcbfc49f
Proofread and update interview preparation
2018-09-05 08:03:29 +08:00
9d2e195d0e
Remove duplicate question in Hired behavioral questions ( #103 )
2018-08-23 10:49:33 -07:00
9876a76272
Remove duplicate "count and say" question ( #101 )
...
"Count and say" is at line 43 again
2018-08-10 09:56:28 -07:00
af08a87e27
questions-to-ask.md: improve phrasing & grammar ( #102 )
2018-08-10 09:55:54 -07:00
f8f160df05
Update README.md
2018-07-29 11:33:23 -07:00
1cac1856c7
Remove duplicated shift zeroes to the end question ( #100 )
2018-07-15 15:09:28 -07:00
4d276b87ef
Add "Dynamic Programming – 7 Steps to Solve any DP Interview Problem"
2018-05-18 21:08:14 -07:00
ca38a9054b
Fix grammar/phrasing and typos in behavioral.md ( #99 )
2018-03-29 00:49:40 -07:00
f439466a58
Remove print
2018-02-24 17:36:26 -08:00
186d6880db
Rename dfs extension function
2018-02-24 17:35:43 -08:00
5690b8dfe5
Add follow up with matrix traversal
2018-02-24 17:33:46 -08:00
317fc03242
Update CODE_OF_CONDUCT and CONTRIBUTING
2018-02-13 19:21:14 -08:00
9fe3042e9e
Add in more "Questions to Ask" for managers
2018-02-05 22:07:59 -08:00
3de88379aa
Update License year ( #97 )
...
* [update] license year
Gotta protect your shit, yo
* Update LICENSE
* Update LICENSE
2018-02-01 15:15:11 -08:00
1b9c0591d6
Add in "Questions to Ask" for managers
2018-01-29 22:47:30 -08:00
b494337938
Add in "Questions to Ask" for managers
2018-01-27 22:07:49 -08:00
4d2c0ec734
Add in "Questions to Ask"
2018-01-22 22:37:15 -08:00
d95d19bb9f
Rename interview-questions.md to README.md
2018-01-22 00:32:08 -08:00
264f6cf7d8
Remove Front End
2018-01-17 00:24:03 -08:00
c34b341a36
Tweak wording
2018-01-15 11:43:02 -08:00
eacab7ff2c
Mention about moving out front end content
2018-01-13 12:21:03 -08:00
4cb656f12d
Update dom.md
2018-01-11 22:02:31 -08:00
8396d8e2ca
Fix typo in Front End Interview questions ( #95 )
2018-01-04 20:13:59 -08:00
770bb523da
Mention Grokking the System Design Interview and Coderust
2017-12-25 13:10:39 -08:00
b92118eb31
Remove questions
2017-12-25 13:00:22 -08:00
7247dbcaf7
Improve answer for enumerating through JS object properties ( #91 )
...
I think it is necessary to mention the way to iterating over all non-enumerable properties
2017-11-23 19:37:14 -08:00
9d74d2b836
Add interview questions
2017-11-19 23:20:01 -08:00
b6e8283908
Fix typo ( #88 )
...
typo
2017-11-16 19:16:47 -08:00
75ebbaa033
Fix list mark ( #86 )
2017-11-15 17:53:30 -08:00
d176b39d23
Fix typo ( #85 )
2017-11-14 06:26:32 -08:00
d1688df5ed
docs: fix grammatical errors ( #83 )
...
* docs: fix grammatical errors
* Update README.md
2017-10-31 23:09:45 +08:00
9ce52c02dd
Corrected spelling mistake ( #81 )
2017-10-28 09:51:28 +08:00
d8ceb721fb
CSS - Question expansion: What are the different ways to visually hid...? ( #80 )
2017-10-28 01:03:22 +08:00
df43d846dd
Added Reference to CSS quesitons ( #79 )
...
* Added reference to CSS question: What is the difference between classes and IDs in CSS?
* Added reference to CSS question: Explain CSS sprites...
* Update interview-questions.md
2017-10-26 21:22:15 +08:00
a5da8b80d5
Fix grammar ( #76 )
2017-10-25 11:59:03 +08:00
e9e4a3a124
Fix grammar ( #77 )
2017-10-25 08:30:04 +08:00
fb6b426832
Added official w3c spec reference to question: attributes in HTML questions ( #74 )
2017-10-24 00:59:21 +08:00
979a49b827
Starting interviewer docs #55 ( #73 )
...
* Starting interviewer docs #55
* Update basics.md
2017-10-21 14:42:06 +08:00
26db82fd85
Add Linked List ( #71 )
...
* LinkedList implementation
* LinkedList lazy iterator
* LinkedList example usage
2017-10-21 10:39:55 +08:00
5c43799e57
Add bit manipulation questions ( #72 )
2017-10-21 10:38:34 +08:00
c16c7fcf47
Remove broken link in front-end/design ( #69 )
2017-10-21 01:42:29 +08:00
97d3d4d7f4
Remove link with SSL error ( #70 )
2017-10-21 01:42:16 +08:00
d522c4cceb
Add some OOP questions ( #67 )
...
* added some oop questions
* Update oop.md
2017-10-21 01:21:40 +08:00
25dc9663ad
Add min-heap ( #68 )
...
* Min-heap implementation
* Heap test cases
2017-10-21 01:20:43 +08:00
4c672de8e6
Add QuickSelect algorithm ( #66 )
...
* QuickSelect implementation
* QuickSelect tests
2017-10-20 17:29:28 +08:00
856b1e611e
Add Union-Find data structure ( #65 )
...
* Union-Find implementation
* Example usage
2017-10-20 17:28:40 +08:00