96 Commits

Author SHA1 Message Date
5ac393fe0e content: add new math suggestion (#233)
* content: add new math suggestion

* Update math.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-05 11:19:57 +08:00
8cf3401edb contents: add suggestion about weaknesses questions (#232)
* Added suggestion about weaknesses questions

* Update psychological-tricks.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-05 10:32:33 +08:00
83e97337a6 Include a snippet for swapping two variables using bitwise operators (#229)
This swaps the two values in the two variables without needing a third variable.
2021-10-02 17:33:25 +08:00
99b0e687b0 contents: update interview format 2021-09-24 19:21:57 +08:00
b3191d9729 content: add new matrix question (#227)
This is an interesting question because it requires to break the matrix into a smaller matrix
2021-09-21 02:08:22 +08:00
a7aabc8fb4 contents: don't use CDN link for FB onsite prep PDF 2021-09-21 02:07:13 +08:00
0535dd0d7f website: homepage improvements 2021-09-19 01:58:21 +08:00
1de5dd75ee content: add new sliding window question (#226) 2021-09-17 00:22:00 +08:00
cb398aa88b content: add Books section (#225) 2021-09-17 00:21:43 +08:00
2ab149aa74 misc: update README 2021-09-14 13:58:54 +08:00
3d58a34ff4 contents: tidy up behavioral questions section 2021-09-06 21:12:06 +08:00
5ade227f71 contents: add Educative 2021-09-06 20:53:05 +08:00
fde01dc407 website: add page on system design 2021-09-06 20:32:00 +08:00
5fffae693d website: update cheatsheet and coding signal 2021-09-06 01:10:57 +08:00
a336676197 website: add engineering levels and team selection placeholder 2021-09-04 17:22:54 +08:00
2771d9ea8a website: add FB and Google compensation data 2021-09-04 17:21:31 +08:00
c695750222 contents: proofread 2021-09-02 01:30:39 +08:00
2fc135d7f5 website: add levels.fyi 2021-09-01 23:27:26 +08:00
70e1467b60 misc: prettify files 2021-08-30 12:28:22 +08:00
a246489dde website: update with US eligibility 2021-08-27 11:48:14 +08:00
71a04e332a contents: update interviewing.io details (no longer free) 2021-08-24 10:19:15 +08:00
34551c3024 contents: update best practice questions LC list URL 2021-08-24 10:12:26 +08:00
281d7242da contents: update coding signals(#219)
- add punctuation
- correct pronoun agreement
2021-08-24 09:15:08 +08:00
db34d69f62 content: misc 2021-08-22 21:52:17 +08:00
70a88e349d contents: fix broken links 2021-08-22 21:50:36 +08:00
7ae6f2cf77 website: add sample resume 2021-08-22 21:14:34 +08:00
4fddc821c0 contents: add links to LeetCode list 2021-08-22 20:43:16 +08:00
6d54caf4cc website: add captions to images 2021-08-22 16:36:18 +08:00
d6846531a7 contents: add resume case study 2021-08-22 16:32:48 +08:00
5dd340dca4 contents: add more coding signals 2021-07-30 22:46:56 +08:00
e333cbc73c contents: numbering the 10 ways for resume (#211)
It would be ideal to have the list of "10 ways to improve your resume" in a numbered format.

This makes it easier to read & follow through especially when someone is doing note-taking.
2021-06-03 22:57:09 +08:00
a7ac2296ac misc: add GitHub deploy action 2021-05-30 15:01:25 +08:00
5726d380d9 website: s/utm_campaign/utm_content 2021-05-30 02:27:02 +08:00
11ad8c6f7c contents: audit algorithms formatting 2021-05-29 17:37:38 +08:00
22d2887ad4 website: update CTA 2021-05-29 00:27:51 +08:00
c829ca66e4 website: update contents nits 2021-05-28 19:28:45 +08:00
6d95ab176d website: update contents 2021-05-28 14:19:47 +08:00
c2d6551a08 Update resume.md (#207) 2021-05-17 10:32:34 +08:00
5d1265df24 algo: remove similar question (#202)
Removed
`- Sort a list where each element is no more than k positions away from its sorted position.`
as it is same as 
`Sort a list of numbers in which each number is at a distance K from its actual position.`
2021-04-13 09:23:09 +08:00
95373aa1d5 contents: remove Amazon (#203)
* Interview Format - Updated tips section for Amazon

* Update interview-formats.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-04-13 09:21:08 +08:00
11f9a22b86 content: check if a number is a power of 2 (#196)
* Check if a number is a power of 2

This representation may be easier to understand for some people.
If a number is power of two then `AND` operation between the number and its complement will result into the same number.

* Update binary.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-03-29 17:58:59 +08:00
7f6a3e96f8 content: add ByteDance questions 2021-03-23 17:05:52 +08:00
a5abb22e66 contents; fix typo in behavioral 2021-01-21 02:24:11 +08:00
7569e26700 contents: replace Lago with TheAlgorithms (#193) 2021-01-07 02:30:33 +08:00
e0e1cdf3ef contents: add Amazon interview format (#187)
* Updated the Amazon interview criteria

Added Amazon interview roadmap

* Update interview-formats.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-10-09 16:15:50 +08:00
7869fd2163 contents: add behavioral questions (#182)
* Update behavioral-questions.md

* Update behavioral-questions.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-10-04 16:41:19 +08:00
ca24fc0f20 contents: update linked list insertion and deletion explanation (#175) 2020-09-25 16:54:54 +08:00
256c3847fe contents: add tip on traversing arrays (#171) 2020-08-03 15:25:39 +08:00
102a485a6b contents: Fix typo in Alice compensation example (#168) 2020-07-07 10:51:27 +08:00
454f986cd0 contents: fix typo 2020-05-28 21:53:42 +08:00