229 Commits

Author SHA1 Message Date
359463a143 misc: fixed typo in cheatsheet (#144)
behaioral -> behavioral
2019-09-21 15:53:00 -07:00
15f713a47a fixed typo in Phone Interview section (#142)
I've been reading through this handbook (very helpful and amazing, btw) and noticed a typo in the Phone Interview section. I also changed the tense to make a bit more sense as well.
2019-09-21 13:09:21 -07:00
c43337fdfb Fix small issue with bfs algorithm (#141)
Algorithm performed a dfs rather than bfs because of the queue.pop() error on line 78. Updated to queue.popleft()
2019-09-20 20:10:12 -07:00
895d6f947c contents: publish behavioral round overview 2019-09-14 16:51:46 -07:00
101f968fe8 contents: improve self introduction with examples 2019-09-14 15:47:01 -07:00
c242efbb40 contents: improve STAR format with examples 2019-09-14 15:46:37 -07:00
3d86d0507f contents: add behavioral round overview 2019-09-14 15:46:05 -07:00
1cb81bc9b3 contents: add coding signals 2019-09-14 15:45:29 -07:00
70377821e5 contents: update cheatsheet 2019-09-14 14:11:21 -07:00
473dfb2d22 contents: add bfs algorithm (#137)
* Add new Graph traversal implementation

* Add seperate BFS implementation

* Cleanup code and comments

* Rename variable and remove another comment

* Switch to deque for DFS implementation

Signed-off-by: Aadit Kamat <aadit.k12@gmail.com>

* Switch back to recursive DFS and check for empty graph

Signed-off-by: Aadit Kamat <aadit.k12@gmail.com>

* Update graph.md
2019-09-13 11:46:55 -07:00
ed14d9ce5d contents: update Google technical interview format (#140)
Corrected vanilla JS requirement
Added 1 x non-technical interview
Removed outdated no-laptops requirement
2019-09-11 10:17:12 -07:00
15535fb280 misc: remove duplicate entry for "Merge K Sorted Lists" (#139)
The LeetCode practice question "Merge K Sorted Lists" is listed in both week 2 and 4.
2019-09-11 06:12:37 -07:00
6bab92006a misc: fix typo (#138) 2019-09-11 03:21:26 -07:00
37101392d3 misc: fix typos 2019-09-10 13:11:47 -07:00
4447ff96b5 contents: fix a typo (#136)
frants -> grants
2019-09-03 23:35:41 +08:00
0da41f944f algorithms: remove duplicate question from sorting-searching.md (#134) 2019-08-25 21:37:53 +08:00
c80f43a4f3 misc: fix broken link for /interview-formats (#133) 2019-08-24 20:53:56 +08:00
d26c9f422e chore: update README.md (#131)
Just minor raw HTML consistency changes
2019-08-21 00:08:16 +08:00
ddd63c6ae4 misc: improve image compression (#130)
* Compress internship-salaries.jpg with jpegoptim.

Lossless compression with `jpegoptim -sp in.jpg`.

Before: 60,4 KB (61.850 bytes)
After:  59,3 KB (60.824 bytes)

* Losslessly compress favicon.png.

Used optipng, zopflipng and pngout.

Before: 23,0 KB (23.565 bytes)
After:  9,56 KB (9.797 bytes)

* Improve logo.svg compression.

Remove unused IDs and data attributes thus allowing svgo to perform better optimization. Used svgo 1.3.0 after that.

Before: 5339 bytes
After:  4905 bytes
2019-08-20 21:24:28 +08:00
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