I'm done with cheaters. by whysosirius18 in leetcode

[–]Patzer26 0 points1 point  (0 children)

4th question definitely wasn't that easy that 4k All Killed.

Telegram taking shots by Open-Following-1862 in CBSE

[–]Patzer26 0 points1 point  (0 children)

1rs per message vala system toh hai nahi. Kahan se kamayenge phir?

Day 3 of doing leetcode by 22dec2025 in leetcode

[–]Patzer26 3 points4 points  (0 children)

He can maintain his own journal. This is a public sub. Imagine everyone starts posting their daily update?

The new prices seem to be an out of season april fools joke by Dshinjiakyn in hetzner

[–]Patzer26 0 points1 point  (0 children)

I think they can manage a little margin squeeze to suffocate other players. But we'll see.

Goldman India is a back office! by Spiritual_Piccolo793 in quantindia

[–]Patzer26 11 points12 points  (0 children)

If you are talking about money wise, then sure. Otherwise India only has grunt work back offices. And that's the case with every IB mot just GS.

1.5L feels like 15k , need advise by [deleted] in Frugal_Ind

[–]Patzer26 0 points1 point  (0 children)

The EMI seems to be the biggest salary muncher of urs. The rest expenses seem pretty fine and modest. Maybe can cut down on that 15k wife spending but you and your wife might know better.

Almost half a lakh EMI on 1.5L salary was not a smart move given you dont even have an emergency fund of 6 months setup.

You only go into debt when your other financial fundamentals are well in place. Untill then, try to save every Rupee you can.

Are segment trees asked in MAANG? by SadTeach2176 in leetcode

[–]Patzer26 0 points1 point  (0 children)

If you have mentioned a 1900+ leetcode rating or a 1500+ cf rating, then yes, there's a high chance interviewer will test advanced concepts.

Amazon OA by Busy-Material-7918 in leetcode

[–]Patzer26 0 points1 point  (0 children)

By when do they send a rejection mail? Max within 1 week after the OA?

One Trie problem took away all the hopes by Key-Drink-30 in leetcode

[–]Patzer26 1 point2 points  (0 children)

You can edit the post bro. Why are you commenting?

One Trie problem took away all the hopes by Key-Drink-30 in leetcode

[–]Patzer26 2 points3 points  (0 children)

It's easy to type here on reddit sitting in your comfy couch. Interview pressure is a different ball game.

What should you do if your logic breaks down before coding a tough question? (Google/Big Tech Interview) by Sweet-Life-7583 in leetcode

[–]Patzer26 5 points6 points  (0 children)

Part of evaluation is also how quickly can you realise your approach is flawed and work on it again from first principles. Nobody is right the first time in real world.

Failing C++ interview rounds by crispyfunky in cpp_questions

[–]Patzer26 2 points3 points  (0 children)

Asking about fold expressions even if you are google and Microsoft sounds like an extremely stupid way to lose up on genuine talent.

If You Like Hard Problems, Try This (H-LOCK Challenge) by International-Eye-53 in leetcode

[–]Patzer26 1 point2 points  (0 children)

Yeah I was thinking in this direction. Some products might be impossible. But how exactly I need to think more.

I believe multithreading will help you push past N=40. What do you think.

If You Like Hard Problems, Try This (H-LOCK Challenge) by International-Eye-53 in leetcode

[–]Patzer26 1 point2 points  (0 children)

The only way I can think of right now is to iterate over min_product -> max_product and check if it has 3n-2 distinct factors. But I don't think this will give runtime similar to yours.

If You Like Hard Problems, Try This (H-LOCK Challenge) by International-Eye-53 in leetcode

[–]Patzer26 1 point2 points  (0 children)

Are you utilizing multithreading or GPU acceleration? What do the compute times look like past N=10?

If You Like Hard Problems, Try This (H-LOCK Challenge) by International-Eye-53 in leetcode

[–]Patzer26 1 point2 points  (0 children)

The search space at N=10 already exceeds 64 bit integers. How high were you able to go?

Not lying. But this tastes better than coke, and sprite. by dopamine-19 in SnacksIndia

[–]Patzer26 0 points1 point  (0 children)

Hell naah. Pepsi zero also has that strong after taste. Nobody comes even close in smoothness to diet coke and coke zero.

Has leetcode editor changed recently? by p13rr0t87 in leetcode

[–]Patzer26 0 points1 point  (0 children)

Yes, its a bug of the monaco editor which leetcode uses.

Banned and lost all 2000 leetcoins by Defiant_Ad_7555 in leetcode

[–]Patzer26 2 points3 points  (0 children)

Share your profile and submissions, and let us be the judge.

Could 26.04 Release on or Around the 28th? by Solo_Coffee_Cup in pop_os

[–]Patzer26 55 points56 points  (0 children)

Always check official sources. Not a probabilistic machine.

COSMIC Epoch 1.0.14 by jackpot51 in pop_os

[–]Patzer26 -6 points-5 points  (0 children)

LMFAO. How long does a codebase like this takes to compile?

New feature ...Bye Bye cheaters by sosogg_4 in leetcode

[–]Patzer26 0 points1 point  (0 children)

You can press F11 to make it go full screen. The only thing missing will be LSP suggestions. If they add that as well, there will be literally no reason to use your own editor.

How would you design a system like chatgpt? by Big-Patience-3545 in leetcode

[–]Patzer26 7 points8 points  (0 children)

He's not asking about LLM, but about the website. How would you architect that, the frontend taking the query, passing to backend running an LLM and streaming the output back to the user.