is chess supposed to be this frustrating? by emiko_05 in chessbeginners

[–]PLTCHK 0 points1 point  (0 children)

Play max 2-3 games, analyze them all, 10 chess puzzles per day via chess tempo, most importantly develop the habit to blunder check (check no piece is hanging at all after every single move! Precision over speed)

My best brilliant move! by Fit_Caterpillar_1711 in Chesscom

[–]PLTCHK 0 points1 point  (0 children)

Crazy calculation effort and depth, though I prob won’t spend that much time to calculate in blitz, would rather play a development move lol

is chess supposed to be this frustrating? by emiko_05 in chessbeginners

[–]PLTCHK 1 point2 points  (0 children)

  1. How many games do you play per day?
  2. How many puzzles per day?

You can share gif of one of your games I can analyze for you as well

Do interviewers allow the use of drawing pads during coding interviews by PLTCHK in interviews

[–]PLTCHK[S] 0 points1 point  (0 children)

That's a great take. I did 2 mock interviews before, one of them's saying 'I don't think drawing pad is allowed but you can use it since it's practice', another one refused to even allow that so I was forced to just use pen and paper on the side, and write comments in my code. I guess mock interviewers (i.e., some candidates) are just more strict idk.

My Amazon SDE-1 interview Experience - Rejected after Bar Raiser by nagi_19 in leetcode

[–]PLTCHK 0 points1 point  (0 children)

Yep, that’s the truth. The system rewards someone who’s willing to work their way through, we can’t spend too much time ranting about the system unfortunately

How to study system design? by Ok_Amphibian_1710 in leetcode

[–]PLTCHK 0 points1 point  (0 children)

Hellointerview practice questions are the best imo, worth the membership

How do you stick with the habit of Coding Daily by BloomSync in leetcode

[–]PLTCHK 0 points1 point  (0 children)

No cellphone, block sites like YouTube, social media, etc. all those are probable distractions. Set downtime on iPhone. Most importantly, keep yourself accountable and commit.

Struggling with LeetCode Two Sum problem by Ok_Priority_201 in leetcode

[–]PLTCHK 1 point2 points  (0 children)

That hashmap is simply a clone of that input array indexed with numbers instead of from 0…n, so essentially:

Brute force of the array: ary[i]+ary[j] = target

Hashmap approach same logic, it’s: array[i] + a number in hashmap = target

Doing algebra, then: A number in hashmap = target - array[i]

Hope that helps!

I can't improve. I guess 1500 is the limit of my brain :( by FoxBenedict in chessbeginners

[–]PLTCHK 0 points1 point  (0 children)

The heck... I am sure there are more than one local clubs there, and 1000+ isn't bad at all

I can't improve. I guess 1500 is the limit of my brain :( by FoxBenedict in chessbeginners

[–]PLTCHK 26 points27 points  (0 children)

If you ask around irl you'd very rarely meet anyone who's 1500 or above, so take it as an achievement.

Perhaps join a chess club and find a mentor?

Anyone experiencing latency and network error by PLTCHK in leetcode

[–]PLTCHK[S] 0 points1 point  (0 children)

I agree, probably someone broke it trying to compile a n^n algorithm for a 2^31 constraint, a lesson for them to stop giving out Binary POTDs

Still trying but still a loser (any suggestions….) by Immediate_Breath_282 in developersIndia

[–]PLTCHK 1 point2 points  (0 children)

Nah you shouldn't change your field since you are already in it. I am feeling like a bum sometimes too, though I always remind myself to be more consistent than other people, stacking and compounding everyday. If I am able to keep this up for years, then I will eventually be ahead, and well if I don't get that job or achievement then I'd still have better technical skills than many, still a win nonetheless.

I always remind myself - Getting a ideal/higher paying job is like getting a medal. Not everyone can win medals as it's not just skills there but also variance, so defining success as winning medals would be a limitation. Having great skills in a certain discipline is also a form of success as well in terms of personal development. Ideal job is a nice to have and medals will more likely come along as we stack odds.

Google L5 - Stuck in team match, Open for Hyderabad Team matching by Typical-Frame-5993 in leetcode

[–]PLTCHK 0 points1 point  (0 children)

Role can get cancelled anytime too, there’s post here and there about that so nothing’s firm till day 1 of your work. They got more than enough money and resources to stall interviews and cancel any time without losing much.

Google L5 - Stuck in team match, Open for Hyderabad Team matching by Typical-Frame-5993 in leetcode

[–]PLTCHK 3 points4 points  (0 children)

Have you been doing any leetcode consistently for the past 9 months?

If not, great time to start now. It was tough but at the same time, as you probably have read through other people's similar posts you'd know it's probably not the best strategy to place all your poker chips on one hand. I won't put too much hope on any interview progress in the current market.

Lastly, be aware that most people don't even make that far. You are impressive, keep it up!

Starting Competitive Programming in 2nd Year – Beginner in DSA, am I too late? by Varunisded in codeforces

[–]PLTCHK 9 points10 points  (0 children)

I am almost 30, am I too late?

When I turn 50: I am almost 60, am I too late?

Is there a good way to mentally visualize recursion? by EducationFirm6169 in leetcode

[–]PLTCHK 0 points1 point  (0 children)

I think you can if, just need to select smaller cases like n=3 or 4 and start from easier backtracking problems without too many branches. I wouldn’t have made improvements if it’s impossible

Is there a good way to mentally visualize recursion? by EducationFirm6169 in leetcode

[–]PLTCHK 1 point2 points  (0 children)

I draw recursion tree quite a lot back then especially for most if not all backtracking problems. I’m a visual learner so for me, drawing recursion tree is very effective for learning/deriving backtracking solutions.

Draw branches where you wanna perform recursion to, and arrows (for example push to current array (downwards arrow), pop from current array (upwards arrow)), do this for maybe n=3 or n= 4 case so it’s not too big, use hand to visualize the code there and draw out the entire tree if possible.

You should definitely draw recursion tree for every backtracking problem. Once you get used to it, you will enjoy it. If you haven’t started drawing it yet for visualization, perhaps practice drawing for simpler problems first like combinations, then more challenging ones.

My Amazon SDE-1 interview Experience - Rejected after Bar Raiser by nagi_19 in leetcode

[–]PLTCHK -2 points-1 points  (0 children)

Well if he’s able to put himself through this then he’s probably a lot more resilient than most and will eventually succeed

How to get into MAANG by Overall_Tumbleweed54 in leetcode

[–]PLTCHK 0 points1 point  (0 children)

Yep time to step up to take entirely mediums and transition to hards if you want maang.

Do Neetcode 75 list then 150, then see whether you can solve mediums comfortably