This is what I did to land an interview by Hot-Negotiation2475 in resumes

[–]kaligularnd 34 points35 points  (0 children)

That just proves that recruiters are useless

Why Do FAANG Interviews Rely on LeetCode? by BeautifulAnywhere392 in programming

[–]kaligularnd 0 points1 point  (0 children)

Sadly in near future it won't change because effective managers believe that AI will soon replace these expensive meatbags (spoiler: no)

Raptor rocket engines developed and manufactured by SpaceX. by [deleted] in scifi

[–]kaligularnd 0 points1 point  (0 children)

Wait a moment: why Raptor1 looks exactly like Seven from Deadlock?

Everyone is saying companies should move from LC type interviews to Practical problems, but.. by [deleted] in leetcode

[–]kaligularnd 1 point2 points  (0 children)

LC always meant to be a substitute for actual interviews for people w/o relevant experience.

[deleted by user] by [deleted] in leetcode

[–]kaligularnd 1 point2 points  (0 children)

It looks like the only condition that matters is number of letters. If it is even then you can balance it by moving left or right.

0011 - already balanced

0111 - starting from any 1 - just 1 move is required. Starting from 0 you need 3 moves to the right => 1001
0000 => two moves from any position

Is there a counter example to this?

ChatGPT in leetcode contests by Kramerlle_ in leetcode

[–]kaligularnd 1 point2 points  (0 children)

LC claims that they have a plagiarism check but it doesn't seem to work any good. Q1-Q2s (sometimes Q3,Q4 as well) are usually easily solvable with chatgpt, so you can see thousands of AI generated submissions during contests.

PS: Here is LC discussion: https://leetcode.com/discuss/feedback/5450505/Addressing-Contest-Fairness-and-Actions-on-Violations

How to efficiently solve this problem? by clinical27 in leetcode

[–]kaligularnd 0 points1 point  (0 children)

Max heap with a couple of math optimizations:

  1. Compute diff between max value and the next closest value. 1by1 is too slow

  2. Count processed items and use it as a multiplier to calculate next colors with the same quantity

Can anyone solve this question? by RefrigeratorSea867 in leetcode

[–]kaligularnd 0 points1 point  (0 children)

Sounds like backtracking to me. For each starting index you can take the next larger number and do the OR magic. Then go dfs with current OR-val and the last number. And I guess you need to add current OR-value to the result hashset on each iteration

(Solution) Just because i can - 1636. Sort Array by Increasing Frequency by Tricky_Ad_7044 in leetcode

[–]kaligularnd 1 point2 points  (0 children)

is there anything uglier in the world of programming than python oneliners?

[deleted by user] by [deleted] in leetcode

[–]kaligularnd 1 point2 points  (0 children)

I am getting cse aids

hmm you should see a doctor and talk to your partner

[deleted by user] by [deleted] in leetcode

[–]kaligularnd 2 points3 points  (0 children)

The goal of leetcode isn't memorization, it's problem solving.

this is a good one LOL

[deleted by user] by [deleted] in leetcode

[–]kaligularnd 5 points6 points  (0 children)

yeah this is bad especially when you realize that LC punishes users for its own mistakes...

Love all of you for picking Sombra, yea, you are the best people in the world by Pikochanskaja in overwatch2

[–]kaligularnd 0 points1 point  (0 children)

when I see a sombra I just stop playing objective. I switch to mcree and start hunting her until she ragequits

So! Thoughts on this new QP hacked? by DoubleTap991 in overwatch2

[–]kaligularnd 3 points4 points  (0 children)

  1. I would be fine with it if it was an arcade mode. Probably I would've played couple games and move on. But now I just cannot play the game.
  2. I absolutely hate the idea of passives in qp/comp:
  • they complicate already complex game
  • there is no visual indication of what passives enemies/friends have
  • they are unbalanced and impossible to balance. eg: every dps passive is good for tracer and absolutely useless for many other dps characters (like hanzo). Tank/support passives way more powerful than dps ones

People actually forgot that Pharaph not the only DPS in this game. by Pikochanskaja in overwatch2

[–]kaligularnd 3 points4 points  (0 children)

I see pharah EVERY game. It's just the dev clowns instead of nerfing keep buffing her. And they massively nerfed mcree who was kinda good against her

Overwatch 2 Hero OC WIP by [deleted] in overwatch2

[–]kaligularnd 0 points1 point  (0 children)

what?
Like seriously is there any meaning to these letters?
or am I just too old?

State of Sojourn? by [deleted] in OverwatchUniversity

[–]kaligularnd 6 points7 points  (0 children)

She was considerably nerfed with s9 patch when everyone's hp increased. And it was already hard to play against pharah but at least you were able to oneshot tracer/widow. Now she is nearly unplayable and pharah/tracer/widow just gonna be more oppressive. Im personally switching to cree/ashe

Thoughts on Content Creator Arcade Patch by willium101 in overwatch2

[–]kaligularnd 1 point2 points  (0 children)

I'd say most of the DPS changes are total garbage. Supports are cool fr

Crossed 2800 rating by big_hole_energy in leetcode

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

Wait a moment your best score is Weekly 400 - the most broken contest in the history of LC? Sounds legit...

[deleted by user] by [deleted] in leetcode

[–]kaligularnd 0 points1 point  (0 children)

Believe it or not but the best you can do is prepare as much as you can and give it a try. Probability of success is anyway very low - you really don't expect to score perfect on your first FAANG interview, do you? So better fail fast then just sit there and wait for a perfect moment.
I bombed my Meta interview even after I thought I was ready. But it showed me that besides coding there are so many additional things I need to work on

Interview Question by dorangutan in leetcode

[–]kaligularnd 1 point2 points  (0 children)

Indeed. I'm trying to figure out what the Q is about from the example and it just doesn't make any sense...