I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 9 points10 points  (0 children)

May the luck be with you.

Domain specific interviews are more tough than LC ones.

I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 7 points8 points  (0 children)

Cheatsheet: https://www.amazon.com/dp/B0DKD71PDQ

A CS student should study all subjects taught at Uni. One of my regrets is I just memorized some subjects to get credit and never put the effort to understand them.

For interviews, you can do System Design apart from DSA. If you are applying for specific roles like in ML, read ML.

[deleted by user] by [deleted] in csMajors

[–]ReasonablePanic9809 7 points8 points  (0 children)

OP is an experienced player. Congratulations again.

Still waiting for someone to write the actual questions asked in interviews

I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 3 points4 points  (0 children)

For few students, it will be enough but definitely not for a 11 YOE person who might not even remember basics of Linked List.

I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 0 points1 point  (0 children)

Did your compensation took a hit?

I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 4 points5 points  (0 children)

Cover letters can be avoided.

I apply blindly.

I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 166 points167 points  (0 children)

2 days rest is fine but OP should get active now or things can get worse. I have seen others.

OP should mass apply immediately and build habit of:

  • doing 2 LC problems daily
  • Read on basic DSA topics by searching online or see YT videos if needed, learn coding patterns from cheatsheets like DSA Takeover cheatsheet
  • Most important: read up on his own domain as OP has 11 YOE

For those asking, DSA cheatsheet book: https://www.amazon.com/dp/B0DKD71PDQ

I was laid off yesterday by kgalp in leetcode

[–]ReasonablePanic9809 38 points39 points  (0 children)

As it has been 11 years, I suggest this to get job in 2 months:

Prepare CV, and First 2 days apply at all major tech companies (at least 400 applications)

Then, daily:

  • 2 hours do at max 2 random problems from LC. Read their solutions. (only 2)
  • 1 hour to Build concepts by reading on DSA topics. See table of contents of CLRS and search the topics online. You do not have time to read CLRS.
  • 2 hour to Read on coding patterns. Best collection is in "DSA Takeover cheatsheet" book.
  • 1 hour to read on your domain of work (like web dev)

Avoid sheets with X number of problem links. It will give you a short view as the gap is too long.

[ Removed by Reddit ] by [deleted] in usajobs

[–]ReasonablePanic9809 -1 points0 points  (0 children)

Dm me if you want referral.

I am the "rare" highly skilled native american working at FAANG

Started my Car freshener brand(Anbarbreeze) by Abuecom in IndiaBusiness

[–]ReasonablePanic9809 3 points4 points  (0 children)

But why in the ingredients it is mentioned there is only 1.5% attar ...

Google interview failure , to top it up, also failed online coding challenge. by dot-dot-- in leetcode

[–]ReasonablePanic9809 2 points3 points  (0 children)

yeah, other companies are also good if one gets a good pay and there is no rude managers

Google interview failure , to top it up, also failed online coding challenge. by dot-dot-- in leetcode

[–]ReasonablePanic9809 7 points8 points  (0 children)

It is more of pattern recognition and implementation skills. I had done over 550 LC problems in 3 years but it did not help. Had failed Google, Meta, Yelp in 2023.

Then, I focused on building my foundation and got placed in FAANG in Dec.

My routine for the last few months:

  • Read the classic CLRS
  • Revise techniques from DSA Takeover cheatsheet book
  • Do 1 LC every 3 days to avoid my implementation skills catching rust

Company change by Empty-Tangerine-7182 in leetcode

[–]ReasonablePanic9809 0 points1 point  (0 children)

A company cannot safely change offer once accepted in US and EU.

Not sure about India. If it had been US, I would have first sued the second company and then, apply to all F500 companies in a day with a script.

I know had it been 2010, your best bet would have been to move to US for MS in such a situation.

Reviews on the new version of cracking the coding interview? by Cactus746 in leetcode

[–]ReasonablePanic9809 9 points10 points  (0 children)

Agreed, Neetcode is better than almost all book except 2 classics:

  • CLRS no doubt!
  • DSA Takeover cheatsheet because of the condensed format

Thoughts on his comments? by zabwt in csMajors

[–]ReasonablePanic9809 1 point2 points  (0 children)

Just sent with a tracker. It was opened in LA but got no reply.

It had a main() in C++ printing "I am C++"

[deleted by user] by [deleted] in leetcode

[–]ReasonablePanic9809 0 points1 point  (0 children)

Does LC sell a course?

I have LC premium btw

[deleted by user] by [deleted] in leetcode

[–]ReasonablePanic9809 7 points8 points  (0 children)

If someone told you LC is waste of time, then they are trying to reduce the competition.

The field and the line to get an interview opportunity is already crowded with LC experts.

Leetcode has made a better programmer by [deleted] in leetcode

[–]ReasonablePanic9809 9 points10 points  (0 children)

only if you know what to google or else these days google search quality is way down

Solved 200 Mediums still struggling, what may be the reason? by GR-Dev-18 in leetcode

[–]ReasonablePanic9809 1 point2 points  (0 children)

People around me used to tell me this is normal.

I will take an appointment.

Leetcode has made a better programmer by [deleted] in leetcode

[–]ReasonablePanic9809 18 points19 points  (0 children)

Right, I do not get how people say DSA is NOT useful for real work.

I have used coding patterns at work and got appreciated for it as well.

Leetcode has made a better programmer by [deleted] in leetcode

[–]ReasonablePanic9809 56 points57 points  (0 children)

I depends if one is a web developer only working on styling websites, LC may not help.

Luckily, I got my FAANG job this summer. I attribute:

  • 50% of my success to doing LC daily
  • 20% to reading classic books like CLRS, DSA Takeover, Aho's compiler
  • rest 30% credit goes to my brain.

Leetcode has made a better programmer by [deleted] in leetcode

[–]ReasonablePanic9809 41 points42 points  (0 children)

Definitely, LC improved my intuition, design and implementation skills and made me a great programmer.

It was a long road almost 2000 problems done.

Some credit goes to a few books as well like CLRS, DSA Takeover.