andreyka26_se
1.13K subscribers
1.1K photos
142 videos
7 files
615 links
Hey, I'm software engineer at Microsoft, with 8+ years of experience. Here we are talking about F(M)AANG big tech interviews: leetcode, system design and corpo life.

YouTube: @andreyka26_se
Instagram: andreyka26_se
TikTok: @andreyka26__
Download Telegram
Daily (256/373 streak until LC cap)

I'm sorry for late notice, but this is amazing problem. Can be solved via bruteforce, but also has amazing pattern that I had during one of my real big tech interviews. Recommended definitely

https://leetcode.com/problems/words-within-two-edits-of-dictionary/description/?envType=daily-question&envId=2026-04-22

#daily #medium #recommend #pattern
๐Ÿ‘4
Daily (257/373 streak until LC cap)

Pretty solid question for prefix sum, however the intuition is not that easy.

https://leetcode.com/problems/sum-of-distances/description/?envType=daily-question&envId=2026-04-23

#daily #medium #pattern
๐Ÿ”ฅ4
So, question from real prod investigation.

You are high load system, and you are checking metrics of where server sends requests to.

You see 99% of destination ports reported by some low level tool (bpf) equal to 47873.

Apparently this is not usual port, as most of the IPs are leading to cloud providers, eg azure, aws, etc.

What is the actual port?

Hint: small/big endian.

(Posting real answer with explanation in the evening)
๐Ÿ”ฅ6
What is the actual port?
Anonymous Quiz
9%
47873
9%
444
54%
443
14%
80
8%
4000
5%
3000
โค3
Daily (258/373 streak until LC cap)


Regular easy problem, practicing more intuition building than any pattern

https://leetcode.com/problems/furthest-point-from-origin/?envType=daily-question&envId=2026-04-25

#daily #easy
โค2
andreyka26_se
So, question from real prod investigation. You are high load system, and you are checking metrics of where server sends requests to. You see 99% of destination ports reported by some low level tool (bpf) equal to 47873. Apparently this is not usual portโ€ฆ
The correct answer is 443.
Now explanation. On the low level (BPF) you might have two different bytes order (not bits order though) for number that include ips and ports: big-endian and small-endian. The problem was that some tool assumed wrong endian for port and did reversing of the bytes, however the underlying library was already giving the port in the correct number
๐Ÿ‘5
As people say in google: โ€œdoes the guy who created this service got promo so that I can drop it?โ€
๐Ÿ˜11
Daily (259/373 streak until LC cap)

I mean whenever I see "maximum possible minimum" and hard badge, it is skip, I"m sorry. Took me too much to even understand the problem statement, and today was socializing day I don't even have energy to solve hard nonsense right now.

https://leetcode.com/problems/maximize-the-distance-between-points-on-a-square/description/?envType=daily-question&envId=2026-04-25

#daily #hard
โค6
bots got broken nowadays in Linkedin๐Ÿ˜๐Ÿ˜๐Ÿ˜ wondering which company name they couldn't load.. snowflake?
๐Ÿ˜9
This media is not supported in your browser
VIEW IN TELEGRAM
This guyโ€™s really fighting with it๐Ÿ˜
๐Ÿ˜4โค2
Today daily is amazing graph problem. Definitely recommended
๐Ÿ‘6โค1๐Ÿค”1
Daily (261/373 streak until LC cap)

Amazing graph problem. Definitely recommended, it is not that frequent to have a good problem on daily (I have put thumb up)

https://leetcode.com/problems/check-if-there-is-a-valid-path-in-a-grid/description/?envType=daily-question&envId=2026-04-27

#daily #medium #pattern #recommend
โค3๐Ÿ‘2
Daily (262/373 streak until LC cap)

Funny, I has solved this problem 26th of March last year.

Not bad daily, however I don't see any pattern except some simple math and intuition.

https://leetcode.com/problems/minimum-operations-to-make-a-uni-value-grid/submissions/?envType=daily-question&envId=2026-04-28

#daily #medium #nopattern
๐Ÿ‘3
I have decided. Next article is going to be Uber system design or Load balancers / proxies deep dive.

Dont worry, I am not switched to leetcode posting only, jut having hard time at snowflake at the moment.
๐Ÿ‘15๐Ÿ”ฅ3โค1
For the fuck sake, this is my wallpaper on working laptop. Nothing depicts my mood more now.

Fucking nda forbids me so much to sayโ€ฆ
๐Ÿ˜22๐Ÿคฏ2
Daily (264/373 streak until LC cap)

Nice reminder for Dynamic Programming, not hard to be honest.

https://leetcode.com/problems/maximum-path-score-in-a-grid/description/?envType=daily-question&envId=2026-04-30

btw, yesterday's daily was a bit bullshit and hard, so skipping.

#daily #medium #pattern
โค4