andreyka26_se
610 subscribers
558 photos
66 videos
2 files
280 links
Hey, I'm software engineer at Microsoft, with 7 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
How frequently you solve Daily leetcode challenge
Anonymous Poll
20%
(almost) everyday
15%
couple of times per week
24%
couple of times per month
41%
never
πŸ”₯2
Media is too big
VIEW IN TELEGRAM
Evntually exclusive content😁😁😁
πŸ”₯13😁1
andreyka26_se
Evntually exclusive content😁😁😁
It is only for you people. Instagram and tiktok won’t see it 😁😁
❀5
My friend asked me about "how would you scale the game matchmaking system". This is actually a very good system design.
I have no idea of the requirements, but this is something that I came up with in 15 mins.
A lot of stuff here are out of scope and missed

Concept is a bit similar to "Virtual queue" in Ticket Master system design. When you have shared sorted set and need to pop N out of them
πŸ‘7
Daily

Was very hard for me, was not able to come up with simulation even, cause, I'm not sure, just my brain cannot handle the simulation variables in head at the same time (ongoing potions, busy/notbusy mages).

But there is one picture that helps for building the simulation a lot (check comments)

https://leetcode.com/problems/find-the-minimum-amount-of-time-to-brew-potions/description/?envType=daily-question&envId=2025-10-09

#daily
andreyka26_se
Photo
let's give kudos to Max, the creator of the meme ❀️❀️❀️
❀7
Daily

https://leetcode.com/problems/maximum-total-damage-with-spell-casting/?envType=daily-question&envId=2025-10-11

Solid DP problem, which requires a bit of smartness

Description understanding helper: not power[i -1], power[i - 2], ... BUT INSTEAD power[i] - 1, power[i] - 2. It saved me a lot of time.

#daily #mid #dp
Not sure why they didn't give me 35?
AHA, I got it, I should join both.
And the problem that one of them is today 16:00 UTC + 2, another one is 4:00 AM UTC + 2
This media is not supported in your browser
VIEW IN TELEGRAM
King’s Landing, Westeros
πŸ”₯10❀2🀯1
Nothing makes my Monday happier than easy 5 mins leetcode problem, without dumb nonsense with N, K, M, 2 ^ K
was talking about AI with colleagues, tell me, do you see cycle in this graph ??????????😁
😁5
Daily

Should me mid actually, especially for 46% acceptance rate. And this is quite cool problem, go and collect the coin

https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i/description/?envType=daily-question&envId=2025-10-14

#daily #easy
πŸ‘3