andreyka26_se
607 subscribers
588 photos
66 videos
6 files
299 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
👍1
Daily

OMG, absolutely love it. This amazing feeling to implement something close to real world.
Not sure how come this is medium, typically, the concurrency knowledge is something that is getting checked in "bank" related algo/oop questions, but in leetcode it is not.



https://leetcode.com/problems/simple-bank-system/description/?envType=daily-question&envId=2025-10-26

#daily #medium
1🔥1
Daily

It was a long time without linked list and here we go. Actuallly an easy problem, go and collect the coin.

https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array/description/?envType=daily-question&envId=2025-11-01

#daily #medium
🔥1
👍3🔥1
Daily

Today is graph problem. I love graph problems. But it requires again a bit of coding, and a bit of graph algo's knowledge.

https://leetcode.com/problems/power-grid-maintenance/description/?envType=daily-question&envId=2025-11-06

#daily #medium
👍2
Daily

Not that bad, but a bit bullshit. It takes a bit long to build an intuition (I will leave hint for that in comments)

https://leetcode.com/problems/minimum-number-of-operations-to-make-all-array-elements-equal-to-1/description/?envType=daily-question&envId=2025-11-12

#daily #medium
👍3
Daily

Actually a nice one. Kind of "area" line sweep. Nice to learn a bit.

The hint: the intuition you can derive from is try to do it with 1D array and columns updates on it.

https://leetcode.com/problems/increment-submatrices-by-one/description/?envType=daily-question&envId=2025-11-14

#daily #medium
Daily

Nice problem, pretty easy. But you need to recall how to do arithmetic progression: https://en.wikipedia.org/wiki/Arithmetic_progression

#daily #medium
Daily

Nice problem, even though I didn't figure out the intuition right from the first time.

https://leetcode.com/problems/unique-length-3-palindromic-subsequences/description/?envType=daily-question&envId=2025-11-21


#daily #medium
👍3
Daily

A bit of math bullshit, does not recommend, but with hints and simple run in the head it is not that hard.

https://leetcode.com/problems/smallest-integer-divisible-by-k/description/?envType=daily-question&envId=2025-11-25

#daily #medium
👍1
Daily (110 day streak)

I would not say that intuition is that easy to build, but once you've done it - it is fairly easy. For that you would need to know Kadane's algo, which is a good problem to remind about it

https://leetcode.com/problems/maximum-subarray-sum-with-length-divisible-by-k/description/?envType=daily-question&envId=2025-11-27

#daily #medium
🔥2
Daily (113 day streak)

Actually I would say intuition here to build is pretty hard. But once you have it solution is not that cumbersome or hard

https://leetcode.com/problems/make-sum-divisible-by-p/description/?envType=daily-question&envId=2025-11-30

#daily #medium
Daily (115 day streak)

Nice problem. I found out that I really like when leetcode problem has something physical or semi physical. Today it is geometry and trapezoids. However some simple math is used here.


https://leetcode.com/problems/count-number-of-trapezoids-i/description/?envType=daily-question&envId=2025-12-02


#daily #medium
👍1