andreyka26_se
610 subscribers
565 photos
66 videos
2 files
283 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
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1
well, agree, this week was good, without math shit
❀4πŸ”₯2
We are living in crazy time. If algorithm does not know you - you are not allowed to watch youtube
❀5
Daily

A bit messy with code, but it is not much harder than yesterday's mid.

However, there is interesting topic for which Datastructures to use here (check solution in comment)

https://leetcode.com/problems/design-movie-rental-system/description/?envType=daily-question&envId=2025-09-21

#daily
πŸ”₯1
(((((((((

first I switched from c# to javascript, cause it is less messy, and realized, JS does not have minheap.

So I switched to python, that has heapq, and even less messy so that now I don't have sorted set with tasty O(log n)
πŸ”₯3
For now, yes, thanks for opening my eyes, apologies, in leetcode there IS a priority queue. It is exposed by library https://datastructures-js.info/docs/priority-queue

This library is kind of preimported for your leetcode question.
How I was doing it before xDD

Actually in real interview you don't have to know this lib and use it. You can just say interviewer: yeah, I know there is a heap DS, it can be implemented using array, it has log(n) complexity bla bla bla, BUT, I will kind of assume this is the heap, and instead use array and sort it after every insert.
Am I broken? just put this stream for 3 hours, no comments only game sounds for nostalgia while working.

and it is so warm feeling, I want Lineage2 to be back, so I can spend somehow my vacation😁😁😁😁
1❀7
They guy is just sitting on the couch, smoking, chilling and meanwhile writing fucking game engine for POV shooter. Idk, if there was vim used, that's it 1000% TOP G.

At some point we gonna have similar streams, but I just need to get some skills, and we gonna write distributed shit.
πŸ”₯6
This is statistics of andreyka26.com for past year.

Does anybody know what happened on these 3 points?
I mean at some point I somehow lost TLS for half a day or day xD, but only once.

Is it AI influence?
Daily

Didn't solve yet, but it feels like "FUN" already from the acceptance rate XDD

https://leetcode.com/problems/fraction-to-recurring-decimal/?envType=daily-question&envId=2025-09-24

#daily
Daily

Seems like DP, and O(n) is memory optimization for 2DP.

https://leetcode.com/problems/triangle/?envType=daily-question&envId=2025-09-25

#daily
πŸ”₯4
Yeah, classic 2 DP problem, haven't seen them for maybe 2-3 weeks
πŸ‘2