Yangshun Tay
621618c55c
contents: fix admonition not rendering properly
3 years ago
kyawmyotun
5ca4ea0d79
fix: dropbox.com is connected with full stop ( #242 )
...
* fix: dropbox.com is connected with full stop
dropbox.com with full stop begin dropbox.com(.) it leads to 404 page from dropbox
* Update interview-formats.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
3 years ago
truongductri01
67059d0b9c
feat: add suggestion problem to knapsack knowledge ( #239 )
3 years ago
Niraj
de9d5d0dfd
contents: add a new behavioral question ( #240 )
...
* Update behavioral-questions.md
* Update behavioral-questions.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
3 years ago
Nithin AG
f42c33b061
contents: add Parking Lot question to OOP ( #237 )
...
Design a parking lot system is an important sample question in low-level design. It would be great if this question is added.
3 years ago
Sílvia Fonseca
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>
3 years ago
Sílvia Fonseca
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>
3 years ago
Quan Yang
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.
3 years ago
Yangshun
99b0e687b0
contents: update interview format
3 years ago
Wee Hong
b3191d9729
content: add new matrix question ( #227 )
...
This is an interesting question because it requires to break the matrix into a smaller matrix
3 years ago
Yangshun
a7aabc8fb4
contents: don't use CDN link for FB onsite prep PDF
3 years ago
Yangshun
0535dd0d7f
website: homepage improvements
3 years ago
Wee Hong
1de5dd75ee
content: add new sliding window question ( #226 )
3 years ago
Wee Hong
cb398aa88b
content: add Books section ( #225 )
3 years ago
Yangshun
2ab149aa74
misc: update README
3 years ago
Yangshun
3d58a34ff4
contents: tidy up behavioral questions section
3 years ago
Yangshun
5ade227f71
contents: add Educative
3 years ago
Yangshun
fde01dc407
website: add page on system design
3 years ago
Yangshun
5fffae693d
website: update cheatsheet and coding signal
3 years ago
Yangshun
a336676197
website: add engineering levels and team selection placeholder
3 years ago
Yangshun
2771d9ea8a
website: add FB and Google compensation data
3 years ago
Yangshun
c695750222
contents: proofread
3 years ago
Yangshun
2fc135d7f5
website: add levels.fyi
3 years ago
Yangshun
70e1467b60
misc: prettify files
3 years ago
Yangshun
a246489dde
website: update with US eligibility
3 years ago
Yangshun
71a04e332a
contents: update interviewing.io details (no longer free)
3 years ago
Yangshun
34551c3024
contents: update best practice questions LC list URL
3 years ago
vladislav doster
281d7242da
contents: update coding signals( #219 )
...
- add punctuation
- correct pronoun agreement
3 years ago
Yangshun
db34d69f62
content: misc
3 years ago
Yangshun
70a88e349d
contents: fix broken links
3 years ago
Yangshun
7ae6f2cf77
website: add sample resume
3 years ago
Yangshun
4fddc821c0
contents: add links to LeetCode list
3 years ago
Yangshun
6d54caf4cc
website: add captions to images
3 years ago
Yangshun
d6846531a7
contents: add resume case study
3 years ago
Yangshun
5dd340dca4
contents: add more coding signals
3 years ago
Timothy Macharia
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.
4 years ago
Yangshun
a7ac2296ac
misc: add GitHub deploy action
4 years ago
Yangshun
5726d380d9
website: s/utm_campaign/utm_content
4 years ago
Yangshun
11ad8c6f7c
contents: audit algorithms formatting
4 years ago
Yangshun
22d2887ad4
website: update CTA
4 years ago
Yangshun
c829ca66e4
website: update contents nits
4 years ago
Yangshun
6d95ab176d
website: update contents
4 years ago
Aisha Farooque
c2d6551a08
Update resume.md ( #207 )
4 years ago
Abhijeet Chakraborty
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.`
4 years ago
Vishwanath Sastry
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>
4 years ago
Saddam H
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>
4 years ago
Yangshun Tay
7f6a3e96f8
content: add ByteDance questions
4 years ago
Yangshun Tay
a5abb22e66
contents; fix typo in behavioral
4 years ago
Shakeel
7569e26700
contents: replace Lago with TheAlgorithms ( #193 )
4 years ago
itscsk111165
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>
4 years ago
Anagh Kanungo
7869fd2163
contents: add behavioral questions ( #182 )
...
* Update behavioral-questions.md
* Update behavioral-questions.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
4 years ago
Aadit Kamat
ca24fc0f20
contents: update linked list insertion and deletion explanation ( #175 )
4 years ago
Rafat Bin Islam
256c3847fe
contents: add tip on traversing arrays ( #171 )
4 years ago
Pavel Kozlov
102a485a6b
contents: Fix typo in Alice compensation example ( #168 )
4 years ago
Yangshun Tay
454f986cd0
contents: fix typo
5 years ago
Yangshun Tay
df1d8d66c8
contents: misc changes
5 years ago
Yangshun Tay
15b7a080c9
contents: add interviewer cheatsheet
5 years ago
Subham Bhattacharjee
c1386e812d
contents(oop): add new Elevator question ( #156 )
5 years ago
Muzammil Khan
af6d205996
[contents] fix typo in interview formats ( #157 )
5 years ago
Muzammil Khan
e485054c97
[contents] fix typo in self intro ( #158 )
5 years ago
Faith Odonghanro
9fc91f5592
Fix Typo: Under "Why do they want you" section. ( #155 )
5 years ago
PranavPuranik
430b1ac501
contents: link to LeetCode's Longest Common Subsequence question ( #150 )
5 years ago
Yangshun Tay
8c116e399c
website: update landing page and contents heading formatting
5 years ago
Yangshun Tay
378c54520c
website: upgrade Docusaurus
5 years ago
Niraj
af8fc47051
contents: add new general behavioral question ( #147 )
...
* New ques in General section under behaviourial
* Update behavioral-questions.md
5 years ago
Abirama Krishnan
a9c3ed78bc
fix: typo ( #146 )
5 years ago
Yangshun Tay
002c7f1215
chore: remove freeform questions
5 years ago
Yangshun Tay
9631a1d8d9
misc: use Alice/Bob
5 years ago
Vibhu Agarwal
359463a143
misc: fixed typo in cheatsheet ( #144 )
...
behaioral -> behavioral
5 years ago
Kevin Delvo
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.
5 years ago
Rafi Barash
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()
5 years ago
Yangshun Tay
895d6f947c
contents: publish behavioral round overview
5 years ago
Yangshun Tay
101f968fe8
contents: improve self introduction with examples
5 years ago
Yangshun Tay
c242efbb40
contents: improve STAR format with examples
5 years ago
Yangshun Tay
3d86d0507f
contents: add behavioral round overview
5 years ago
Yangshun Tay
1cb81bc9b3
contents: add coding signals
5 years ago
Yangshun Tay
70377821e5
contents: update cheatsheet
5 years ago
Aadit Kamat
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
5 years ago
Caleb Chao
ed14d9ce5d
contents: update Google technical interview format ( #140 )
...
Corrected vanilla JS requirement
Added 1 x non-technical interview
Removed outdated no-laptops requirement
5 years ago
Rudolf M. Schreier
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.
5 years ago
Jorge Ruvalcaba
6bab92006a
misc: fix typo ( #138 )
5 years ago
Yangshun Tay
37101392d3
misc: fix typos
5 years ago
Sai Manoj Kumar Yadlapati
4447ff96b5
contents: fix a typo ( #136 )
...
frants -> grants
5 years ago
Sameer Indarapu
0da41f944f
algorithms: remove duplicate question from sorting-searching.md ( #134 )
5 years ago
XhmikosR
9e09cdb2f7
contents: fix typo in landscape ( #129 )
5 years ago
Mehrdad Rafiee
134fb443b0
fix typo! ( #128 )
...
based on this link, plural form of "test case" is "test cases".
5 years ago
Yangshun Tay
69ff823e8b
contents: update practice questions
5 years ago
Zaheer Mohiuddin
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.
5 years ago
Mehrdad Rafiee
13754935a5
Fix wording ( #126 )
...
* fix wording
This PR fixes the working of the sentence.
* Fix wording.
* Revert "Fix wording."
This reverts commit eaa9f339a1
.
5 years ago
Mehrdad Rafiee
83e4eba843
fixes the wording ( #125 )
...
This PR fixes the wording of the sentence.
5 years ago
Yangshun Tay
70c54d8019
content: misc updates
5 years ago
Yangshun Tay
2c431d484e
misc: fixes
5 years ago
Yangshun Tay
f891bc30c7
contents: minor tweaks
5 years ago
Yangshun Tay
6910bfdbd2
content: improve coding round
5 years ago
Yangshun Tay
d667b0424a
content: touch up preparation work
5 years ago
Yangshun Tay
9107777ec0
content: add best practice questions
5 years ago
Yangshun Tay
ae0ef979d4
contents: publish landscape
5 years ago
Yangshun Tay
6c580af25f
website: fix broken links in cheatsheet
5 years ago
Yangshun Tay
e896930e06
contents: understanding compensation
5 years ago
Yangshun Tay
e6193eca83
website: launch website
5 years ago