andreyka26_se
609 subscribers
577 photos
66 videos
6 files
290 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
Diamond 3 is back here
๐Ÿ”ฅ3
okay, it was 1 time thing. Next time we gonna have again leetcode + system design streams. So don't worry
Lately I joined the Leetcode / FAANG ukrainian chats. And fuck, they are beasts. They just shared their leetcode daily streaks. WHO ARE THESE PEOPLE?
๐Ÿคฏ12โค2
just for reference, here is mine
๐Ÿ˜8โค3
๐Ÿ˜
wish everyone peaceful week like this pic
โค20
Found this imba in the office. COME TO PAPA
1๐Ÿ‘11๐Ÿ”ฅ4๐Ÿ˜2๐Ÿคฎ1
Okay. Since we got a lot of people, what do u think about streaming before weekend, like tomorrow. We can talk, I can introduce myself, solve a bit leetcode, and system design tomorrow ?
๐Ÿ‘40โค5๐Ÿ”ฅ3
I would appreciate tiktok and instagram subs in case u are there. I am posting there as well:

https://www.tiktok.com/@andreyka26__?_t=ZN-8ybjA0LfHJm&_r=1

https://www.instagram.com/andreyka26_se?igsh=YWdtNXl2OHk1NnJy&utm_source=qr
๐Ÿ”ฅ2โค1๐Ÿ‘Ž1
Today's stream topic: DP.
Talking about recursive bruteforce, noticing subproblem pattern, top down memoization -> converting to bottom up -> putting memory optimization on top.

I remember DP was one of the most difficult topics on leetcode when I just was starting
๐Ÿ”ฅ9
recently we had leadership visiting Prague office.

Snacks after their leave:
๐Ÿ˜8๐Ÿคฏ2
I guess in 2 hours +- we gonna start the stream
โค6
Starting in 10 mins
Thanks everyone for the stream. Recording is there. If you struggle with Dynamic Programming thing - we discussed how to solve these type of problems + discussed consistent hashing and sharding in general, e.g. why hash(key) % instances is bad
โค13
You know, I think I got the meaning. I am 25, half of me is already in crisis of middle age. But I just got one thing:
Happiness, is when you have these 15 eur to order sushi, so you have a bit of dinner, and then you perform big impact and lay down. While you are trying to fall asleep - you realise: โ€œfuck Im hungryโ€. Then you go get your sushi that you left finish them, make yourself sandwich on top, and eat it. This is it, THE MEANING.

ยฉ poor MS engineer from nowhere
๐Ÿ˜9๐Ÿคฏ6๐Ÿคฎ1
Today's daily:
https://leetcode.com/problems/fruits-into-baskets-iii/description/?envType=daily-question&envId=2025-08-06

same as yesterday's, but O(n^2) will give you TLE. So you need to implement something smarter. Somebody mentioned segment tree yesterday, so you were right xDD

Hint1: first approach would be to think about splitting the basket somehow, with aggregated maxes(easy solution) Sqrt time complexity
Hint2: segment tree ๐Ÿ’€๐Ÿ’€๐Ÿ’€(second, more optimized, but hard to implement) Log time complexity

#daily
โค2