andreyka26_se
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
I'm so happy that MS pays for this shit, not me
π2
This media is not supported in your browser
VIEW IN TELEGRAM
When you check Leetcode solution with some very βintuitiveβ recursive calls
π10π₯2
Today's daily:
https://leetcode.com/problems/find-the-maximum-number-of-fruits-collected/description/?envType=daily-question&envId=2025-08-07
The reminder to carefully read the description. If you apply all the constraints from the problem there and aply basic logic + dp - it will be eas yto solve. I would say this one should be mid
#daily
https://leetcode.com/problems/find-the-maximum-number-of-fruits-collected/description/?envType=daily-question&envId=2025-08-07
The reminder to carefully read the description. If you apply all the constraints from the problem there and aply basic logic + dp - it will be eas yto solve. I would say this one should be mid
#daily
LeetCode
Find the Maximum Number of Fruits Collected - LeetCode
Can you solve this real interview question? Find the Maximum Number of Fruits Collected - There is a game dungeon comprised of n x n rooms arranged in a grid.
You are given a 2D array fruits of size n x n, where fruits[i][j] represents the number of fruitsβ¦
You are given a 2D array fruits of size n x n, where fruits[i][j] represents the number of fruitsβ¦
π3π€‘2
Today daily is dp + probabilities. I'm not big fun of probabilities, but here they are simple
https://leetcode.com/problems/soup-servings/description/?envType=daily-question&envId=2025-08-08
#daily
https://leetcode.com/problems/soup-servings/description/?envType=daily-question&envId=2025-08-08
#daily
LeetCode
Soup Servings - LeetCode
Can you solve this real interview question? Soup Servings - You have two soups, A and B, each starting with n mL. On every turn, one of the following four serving operations is chosen at random, each with probability 0.25 independent of all previous turns:β¦
π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
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
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
https://leetcode.com/problems/reordered-power-of-2/description/?envType=daily-question&envId=2025-08-10
Hint:
#daily
π₯3