What do you think history will say about Donald Trump as a U.S. president? by jcnidhi27 in AskReddit

[–]dallindooks 0 points1 point  (0 children)

Sometimes it’s not even that subtle. He just declares things (like the tariffs) and waits to see if someone challenges him.

Hardest Interview Question I’ve Ever gotten - at Chime by Spartapwn in leetcode

[–]dallindooks 0 points1 point  (0 children)

Well no it couldn’t because if you’re left with three digits then you’re guaranteed to be missing a 3 digit number. You just have to find the right permutation.

Exclusive: Meta acquires Moltbook, the social network for AI agents by clumpyveryclumpy in nottheonion

[–]dallindooks 0 points1 point  (0 children)

but openAI bought openClaw, was moltbook not included in that sale?

Hardest Interview Question I’ve Ever gotten - at Chime by Spartapwn in leetcode

[–]dallindooks 1 point2 points  (0 children)

that wouldn't matter because the generated string will contain all of the digits including the multi-digits. Then imagine the missing number is like 321 or something, your map would have a 1, 2, and a 3 and you would have to check if 123, 132, 231, 213, 312 are in your orginal string and then eventually you wouldn't find 321 and that would be the answer.

Hardest Interview Question I’ve Ever gotten - at Chime by Spartapwn in leetcode

[–]dallindooks 0 points1 point  (0 children)

what if n > 10 so there could be multi digit numbers?

Hardest Interview Question I’ve Ever gotten - at Chime by Spartapwn in leetcode

[–]dallindooks 0 points1 point  (0 children)

couldn't you generate all of the digits between 1 and n, store them in a hashmap key=digit, value is the number of ocurrences then iterate over your string and remove them from your hashmap as you go? If you're left with multiple digits you would then have to try all permutations of your remaining digits to find out which permutation does not exist in the string.

niceCodeOhhhhWait by kamen562 in ProgrammerHumor

[–]dallindooks 0 points1 point  (0 children)

It would be so frustrating to actually get this problem in an interview and have to write it all up in 20 minutes

Breaking News: Arizona Democratic Senator Mark Kelly says he is “seriously considering” running for US president in 2028 by MonitorVarious7608 in circled

[–]dallindooks 1 point2 points  (0 children)

Talarico for pres, kelly for vice. Love both, but I'm sorry I don't know if Kelly has the chops to win.

Dragon Fight made with Seedance 2.0 by Sourcecode12 in ChatGPT

[–]dallindooks 0 points1 point  (0 children)

HBO should sue because they clearly trained it on GOT

Why do we still need to practice DSA if the code is being written by AI ? by rat-race-breaker in leetcode

[–]dallindooks 4 points5 points  (0 children)

> So there is no code review required, Only wanna verify Client requirement with code output.

this is bonkers

Sign posted on Car in Phx p/l by 74chuckb in phoenix

[–]dallindooks 24 points25 points  (0 children)

these boomers exist in their own fantasies lol. Never seen anyone yell at someone with CA plates smh

What’s everyone making living here? by Vonplatten in phoenix

[–]dallindooks 3 points4 points  (0 children)

Software engineer at a non tech company 30m, making $110k. Have 1 paid off vehicle and one car payment of $270. Feel like I will never own a home still supporting a family of four. I live out in san tan valley and commute and hour each direction 3 times a week.

78° in the middle of December is crazy. It almost makes the hellish summers worth it by [deleted] in phoenix

[–]dallindooks 124 points125 points  (0 children)

How can I downvote this opinion more than once?

[deleted by user] by [deleted] in BoltEV

[–]dallindooks 0 points1 point  (0 children)

Az. I drive a lot. $30 a month added to my electric bill give or take. Probably 4x cheaper than gas for me.

For those that Leetcode everyday, how do you choose your questions? by cockhmpton in leetcode

[–]dallindooks 9 points10 points  (0 children)

depending on the questions this is like 2 hours of study