Yangshun
250e643d43
contents: optimize build speed
3 years ago
Yangshun
1764e64213
contents: change intro
3 years ago
Yangshun
9ed1e4f5b8
contents: introduce some Educative interview courses
3 years ago
Yangshun
c7f30d2fcd
contents: list some resources for studying
3 years ago
Yangshun
af8ac9fc26
website: fix broken link
3 years ago
Yangshun
07469e3870
contents: mention FTL in resume section
3 years ago
Yangshun
ef71bf13e5
contents: add Indeed company format. Thanks Caleb!
3 years ago
Yangshun
bc4048b843
contents: switch Trie question to be before Add and Search Word
3 years ago
Yangshun
66db8392b9
contents: mention discount for AlgoMonster
3 years ago
Yangshun
2f929fba30
website: remove Facebook copyright comments
3 years ago
Yangshun
e9b1e515e7
contents: restructure best practice questions into table
3 years ago
Yangshun
0571af51c8
misc: change Exponent URLs
3 years ago
Yangshun
82c1d3d222
contents: mention AlgoMonster
3 years ago
Yangshun
38742a3a3b
contents: complete company culture section
3 years ago
Yangshun
3b14d55240
contents: add customized study paths
3 years ago
Yangshun
2004a1079c
contents: add best coding interview courses page
3 years ago
Yangshun
42c21f9819
contents: reorganize algorithms section
3 years ago
Yangshun
08f97beac3
contents: tweak first 2 steps
3 years ago
Yangshun
9bc79d3627
contents: add resume steps to intro page
3 years ago
Yangshun
0e57a84adf
website: add social links to docs pages
3 years ago
Yangshun
b1718f2d04
contents: change meta desc for resume content
3 years ago
Yangshun
a1236ad4b4
contents: fix resume optimization
3 years ago
Yangshun
fb606098af
contents: improve SEO of coding interview pages
3 years ago
Yangshun
b56f4d20fc
contents: expand on Moonchaser's services
3 years ago
Thamara Gerig
5c478551f7
contents: remove repeated sentence in introduction ( #261 )
3 years ago
Yangshun
752c423c84
website: misc ui tweaks
3 years ago
Yangshun
cb182619de
contents: misc tweaks
3 years ago
Yangshun
2dd84b3a46
contents: entirely redo resume section
3 years ago
Yangshun
1a9256268f
website: tweak footer nav links
3 years ago
Yangshun
b701bc96f9
website: change top navbar
3 years ago
Yangshun
98b8081efc
contents: proofread contents untll coding interview
3 years ago
Yangshun
7e021c1bdc
contents: improve SEO for best practice questions
3 years ago
Yangshun
315525d99a
contents: add some quality courses for SWEs
3 years ago
Yangshun
8bb7175524
website: add rel="noopener" to external links
3 years ago
hashybrown
075f2d28c9
contents: fix typo in choosing companies section ( #260 )
...
Co-authored-by: seventyninetynine <66031616+seventyninetynine@users.noreply.github.com>
3 years ago
Yangshun
64039bb395
contents: tweak sidebar categorization
3 years ago
Yangshun
35fe7b463c
contents: add resume tracker tool
3 years ago
Yangshun
96e169c0cb
contents: split up interview format into separate pages
3 years ago
Yangshun
367b3d6577
contents: make title casing consistent
3 years ago
Yangshun
697201fa0e
contents: change resume to use details/summary
3 years ago
Yangshun
f38e8953bf
contents: add Exponent system design course
3 years ago
Yangshun
458db0bc63
website: misc tweaks
3 years ago
Yangshun
9b50820172
website: reorganize sidebar
3 years ago
Yangshun
f4cb0dc639
website: copy tweaks
3 years ago
Jeremy Shipman
cbe5bf7156
contents: add more resources for DP ( #254 )
...
Added BaseCS blog post on Dynamic Programming to study links section
3 years ago
Yangshun
a816b4cff6
misc: update salary numbers
3 years ago
Niels Kersic
10f2547d0d
misc: fix typos in introduction ( #253 )
...
* Fix minor spelling mistake
* Fix typo
3 years ago
Taylor Brazelton
2058c8ffbc
misc: fix some grammar issues on the STAR format page ( #250 )
3 years ago
Yangshun
a5653add4d
misc: remove dead link
3 years ago
Yangshun
e01665c651
contents: misc update
3 years ago
Yangshun Tay
210ab0b60e
contents: add initial draft for choosing companies ( #248 )
3 years ago
Joaquin "Florius" Azcarate
36a2ec2c0a
contents: make the Partition Equal Subset Sum link both ( #246 )
...
"Partition Equal Subset Sum" and "0/1 Knapsack"
Closes #234
3 years ago
Yangshun Tay
0d192ba60e
contents: update negotiation tips ( #244 )
3 years ago
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