258 Commits

Author SHA1 Message Date
01893af64f website: add blm banner 2020-06-03 10:32:25 +08:00
522010b45e blog: format and add Python lang to code blocks 2020-05-28 22:08:59 +08:00
e5b4021c39 website: upgrade to docusaurus@2.0.0-alpha.56 2020-05-28 21:55:21 +08:00
454f986cd0 contents: fix typo 2020-05-28 21:53:42 +08:00
5cb3fe3619 website: add blog and blogpost (#166)
* add blog

* Update 2020-05-28-summing-root-to-leaf-numbers.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-05-28 21:52:18 +08:00
d3e1a7ad05 misc: create backwards-compatibility README for system design (#164)
* Create readme for redirecting viewers from medium

The link from task11 in https://medium.com/free-code-camp/the-ultimate-guide-to-preparing-for-the-coding-interview-183251ee36c9 is broken. Fixing it by providing a reference to the right url

* Update README.md

* Update README.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-05-11 10:08:31 +08:00
34c157e415 website: upgrade Docusaurus to alpha.51 2020-04-27 21:11:58 +08:00
df1d8d66c8 contents: misc changes 2020-04-27 21:11:28 +08:00
15b7a080c9 contents: add interviewer cheatsheet 2020-04-08 19:36:41 +08:00
4f677ae014 chore: upgrade packages 2020-04-08 19:35:46 +08:00
dbb7ec5b90 gitpod setup: make the description precise + remove the build task to make the server startup fast. (#161)
* gitpod-setup make the description precise.

* remove the build task to make the server start fast.
2020-03-19 17:38:02 +08:00
56b5599df0 build(deps): bump acorn from 6.2.0 to 6.4.1 in /website (#160)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.2.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-15 19:35:45 +08:00
c1386e812d contents(oop): add new Elevator question (#156) 2020-03-15 13:24:48 +08:00
d8fd58416b misc: simplify code contributions by automating the dev setup with Gitpod (#152)
* simplifies code contributions by automating the dev setup with gitpod.

* Update README.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-03-15 13:23:55 +08:00
af6d205996 [contents] fix typo in interview formats (#157) 2020-03-07 00:41:48 +08:00
e485054c97 [contents] fix typo in self intro (#158) 2020-03-07 00:40:53 +08:00
c986cc08ff misc: upgrade Docusaurus version 2020-03-02 00:30:15 +08:00
bae503376c website: upgrade Docusaurus version 2020-01-26 16:36:42 +08:00
9fc91f5592 Fix Typo: Under "Why do they want you" section. (#155) 2020-01-22 14:35:32 -08:00
430b1ac501 contents: link to LeetCode's Longest Common Subsequence question (#150) 2019-12-31 19:42:56 +08:00
8c116e399c website: update landing page and contents heading formatting 2019-12-22 10:21:17 +08:00
378c54520c website: upgrade Docusaurus 2019-11-04 13:11:17 +08:00
af8fc47051 contents: add new general behavioral question (#147)
* New ques in General section under behaviourial

* Update behavioral-questions.md
2019-10-15 01:01:42 -07:00
089909362e website: upgrade to alpha.26 2019-10-11 23:01:10 -07:00
965cb1b16e misc: add Facebook disclaimer 2019-10-11 20:00:32 -07:00
a9c3ed78bc fix: typo (#146) 2019-10-06 10:44:25 -07:00
0dff38e3da misc: remove Yangshun from success stories 2019-09-25 20:26:41 -07:00
002c7f1215 chore: remove freeform questions 2019-09-25 19:05:35 -07:00
9631a1d8d9 misc: use Alice/Bob 2019-09-22 14:37:35 -07:00
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