192 Commits

Author SHA1 Message Date
ae0ef979d4 contents: publish landscape 2019-07-26 19:39:07 -07:00
6c580af25f website: fix broken links in cheatsheet 2019-07-20 21:58:53 -07:00
2a1bc9ca89 misc: upgrade Docusaurus 2019-07-20 21:26:47 -07:00
e896930e06 contents: understanding compensation 2019-07-20 08:50:40 -07:00
e1f7c1141b website: add search 2019-07-20 04:12:55 -07:00
144db8f909 website: add Erin success story 2019-07-20 03:19:59 -07:00
c96861fe62 website: add success stories 2019-07-17 11:12:46 -07:00
73e181156a misc: add TODOs to remove the redirects 2019-07-15 16:47:23 -07:00
1c112da870 contents: redirect some popular old paths to website 2019-07-15 16:43:56 -07:00
fbcaecb513 website: change primary color to lighter shade of purple 2019-07-15 16:15:14 -07:00
925b071af1 website: add favicon 2019-07-15 11:54:54 -07:00
b860560ce9 website: add GitHub button to landing page 2019-07-15 11:30:20 -07:00
a1a52330ef contents: redirect old cheatsheet path to website 2019-07-15 11:25:36 -07:00
d3d52f8326 website: misc fixes 2019-07-15 11:10:55 -07:00
a3c592af80 website: enable Google Analytics 2019-07-15 11:08:11 -07:00
1267b663ae misc: add link to website 2019-07-15 02:37:08 -07:00
e6193eca83 website: launch website 2019-07-15 02:25:49 -07:00
c19c9626d1 misc: restructure contents 2019-07-14 18:52:41 -07:00
2e84bea6ba website: add front matter 2019-07-14 16:49:09 -07:00
d2c2453554 misc: prettier format all files 2019-07-14 16:11:44 -07:00
a3ecceeaad algorithms: add link to Longest Common Subsequence problem (#123) 2019-07-14 16:05:16 -07:00
618f9dc274 misc: fix grammar (#121) 2019-07-14 16:03:18 -07:00
ac78a5eb71 Update FUNDING.yml 2019-05-25 22:51:27 -07:00
83630fc209 Update FUNDING.yml 2019-05-25 22:51:00 -07:00
3bc0ed11c1 Create FUNDING.yml 2019-05-25 22:48:44 -07:00
1e088e7226 deepEqual throws exception (#122)
If deepEqual is invoked with an empty object and null, it throws TypeError.
2019-04-04 00:18:00 +08:00
765f880e00 Update README.md 2019-03-24 22:42:05 -07:00
dd6ded344b Update README.md 2019-01-26 17:54:23 -08:00
c1438537fc Update README.md 2019-01-21 12:14:13 -08:00
30dfea53cf Add longest consecutive elements sequence question (#118)
* Updated array.md with a Problem

I just wanted to add a problem that I got from an interview.

* Update array.md
2019-01-14 20:37:18 -08:00
b63528d9de Add staircase question to DP (#112)
* updated dp.md with a typical question

* Update dynamic-programming.md
2019-01-14 20:35:39 -08:00
8de2a989ce Update link to a DP tutorial (#117) 2019-01-15 00:43:20 +08:00
d4c2d633e2 Update README.md (#115)
fixed typo in line 100
2018-10-31 15:36:01 -07:00
fe7e7b7cd9 Fixed 2 typos (#114) 2018-10-31 10:25:18 -07:00
013e48ecb0 Update README.md for /algorithms (#111)
* Update README.md

* Minor wording changes
2018-10-26 22:41:41 +08:00
b715805e40 Update security.md to correct wording (#109) 2018-10-18 22:52:54 -07:00
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