410 Commits

Author SHA1 Message Date
9e09cdb2f7 contents: fix typo in landscape (#129) 2019-08-20 21:03:00 +08:00
134fb443b0 fix typo! (#128)
based on this link, plural form of "test case" is "test cases".
2019-08-19 00:46:39 -07:00
69ff823e8b contents: update practice questions 2019-08-19 05:06:52 +08:00
5e8f938058 contents: add references to compensation data (#127)
Disclosure: I'm one of the makers of Levels.fyi.

This is obviously a big red flag that I'm adding a reference to a site I have an interest in. I think the community would find our data useful and more accurate than alternatives. A quick search on Google would bring up that folks regularly consult data on our site over say Glassdoor, etc.
2019-08-19 05:00:42 +08:00
13754935a5 Fix wording (#126)
* fix wording

This PR fixes the working of the sentence.

* Fix wording.

* Revert "Fix wording."

This reverts commit eaa9f339a12c879527b88146b8e038b5d68fa889.
2019-08-17 23:16:56 -07:00
83e4eba843 fixes the wording (#125)
This PR fixes the wording of the sentence.
2019-08-17 21:43:10 -07:00
70c54d8019 content: misc updates 2019-08-12 22:47:06 -07:00
d610ae2f08 misc: for free 2019-08-12 21:19:59 -07:00
71653adcb1 misc: fixes again 2019-08-12 20:10:09 -07:00
2c431d484e misc: fixes 2019-08-12 20:06:20 -07:00
1c4fc56017 Delete main.workflow 2019-08-11 16:58:42 -07:00
91da960c9e misc: cd website dir before deploy 2019-08-11 16:45:01 -07:00
3fca7dcd60 misc: try fixing deploy commit 2019-08-11 16:41:51 -07:00
19ccd461e7 misc: add GitHub actions for automatic deployment 2019-08-11 16:38:47 -07:00
f891bc30c7 contents: minor tweaks 2019-08-11 13:20:15 -07:00
6910bfdbd2 content: improve coding round 2019-08-11 01:04:56 -07:00
d667b0424a content: touch up preparation work 2019-08-10 16:08:49 -07:00
9107777ec0 content: add best practice questions 2019-08-10 16:08:30 -07:00
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