andreyka26_se
609 subscribers
576 photos
66 videos
6 files
289 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
Asked copilot to prove me that .net/c# linq .GroupBy() will retain the order within the group as in original sequence.

This guy has an ability to simulate .net test with python, I'm impressed a lot
This media is not supported in your browser
VIEW IN TELEGRAM
When you check Leetcode solution with some very β€œintuitive” recursive calls
😁10πŸ”₯2
Next video is hint to problem
This media is not supported in your browser
VIEW IN TELEGRAM
❀4πŸ”₯2🀑2
This media is not supported in your browser
VIEW IN TELEGRAM
🀑3❀1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘Ž2
This media is not supported in your browser
VIEW IN TELEGRAM
😁3
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘Ž2
This media is not supported in your browser
VIEW IN TELEGRAM
🀯3😁1
Claude Sonnet 4. Agent mode. Asked it to cover the class with test cases. FYI: there is no single place in our code base where we do for loop for single iteration
😁4
Hints.

Hint2: On every recursion, try 4 choices of pouring and sum them and add multiplication by 1/4 (as we have equal probability of choosing any of 4)

return 0.25 * (option1 + option2 + option3 + option4)


Hint 3: you gonna have only 2 variable in recursion, so this can be 2 Dimensional DP
πŸ‘3
Solution top down and bottom up DP
❀2
Me, pretending I missed notification and don't see message "could you pls review that pr"
❀12
Personal assistant is here
πŸ‘8😁4❀2
Have you heard about this one?
https://en.wikipedia.org/wiki/Rendezvous_hashing

It is so nice, I would say might be preferred option instead of consistent hashing.

Actually we can write POC during the stream
❀6
Starcraft 2 stream in 1-1.5 hours?
thumbup or thumbdown
1πŸ”₯6πŸ‘4❀1
Sorry, on working pc it just cannot handle obs and starcraft(( we will stream on Monday
πŸ‘5
Daily

https://leetcode.com/problems/reordered-power-of-2/description/?envType=daily-question&envId=2025-08-10

Hint: check all power of 2, try to think how sorting might help here

#daily
πŸ”₯3