Daily (161 day streak)
Today is pretty nice and interesting problem, that involves a bit of Cortasian plane knowledge and a bit of geometry knowledge, but very basic one.
https://leetcode.com/problems/find-the-largest-area-of-square-inside-two-rectangles/description/?envType=daily-question&envId=2026-01-17
#daily #medium
Today is pretty nice and interesting problem, that involves a bit of Cortasian plane knowledge and a bit of geometry knowledge, but very basic one.
https://leetcode.com/problems/find-the-largest-area-of-square-inside-two-rectangles/description/?envType=daily-question&envId=2026-01-17
#daily #medium
π2β€1
Daily (163 day streak)
Where the fuck easy problems???
Today is not that hard problem to be honest, basic prefix sum will work to pass. To make it more optimal - you would need to optimize further. Pretty good medium, I just want one easy problem for break.
https://leetcode.com/problems/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold/description/?envType=daily-question&envId=2026-01-19
#daily #medium
Where the fuck easy problems???
Today is not that hard problem to be honest, basic prefix sum will work to pass. To make it more optimal - you would need to optimize further. Pretty good medium, I just want one easy problem for break.
https://leetcode.com/problems/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold/description/?envType=daily-question&envId=2026-01-19
#daily #medium
LeetCode
Maximum Side Length of a Square with Sum Less than or Equal to Threshold - LeetCode
Can you solve this real interview question? Maximum Side Length of a Square with Sum Less than or Equal to Threshold - Given a m x n matrix mat and an integer threshold, return the maximum side-length of a square with a sum less than or equal to thresholdβ¦
π2
Daily (164 day streak)
Hallelujah we eventually have EASY problem for daily.
https://leetcode.com/problems/construct-the-minimum-bitwise-array-i/?envType=daily-question&envId=2026-01-20
#daily #easy
Hallelujah we eventually have EASY problem for daily.
https://leetcode.com/problems/construct-the-minimum-bitwise-array-i/?envType=daily-question&envId=2026-01-20
#daily #easy
π3
Daily (165 day streak)
A bit of bitwise bullshit, needs quite a lot to build an intuition. Not worth it.
https://leetcode.com/problems/construct-the-minimum-bitwise-array-ii/?envType=daily-question&envId=2026-01-21
#daily #medium
A bit of bitwise bullshit, needs quite a lot to build an intuition. Not worth it.
https://leetcode.com/problems/construct-the-minimum-bitwise-array-ii/?envType=daily-question&envId=2026-01-21
#daily #medium
π2
This media is not supported in your browser
VIEW IN TELEGRAM
It is me going to sleep when Ive just checked tomorrowβs daily leetcode is easy
π9
Daily (166 day streak)
Easy one, just simulate what is written in the description
https://leetcode.com/problems/minimum-pair-removal-to-sort-array-i/description/?envType=daily-question&envId=2026-01-22
#daily #easy
Easy one, just simulate what is written in the description
https://leetcode.com/problems/minimum-pair-removal-to-sort-array-i/description/?envType=daily-question&envId=2026-01-22
#daily #easy
π2
People, are there mobile devs?
I have bunch of questions about how this shit works. Preferably react native / expo guys. Interested in big abstract picture.
I want to ask how hard it will be to port some web thingy to ios/android, and what is even more critical - to make appstore accept it.
I have bunch of questions about how this shit works. Preferably react native / expo guys. Interested in big abstract picture.
I want to ask how hard it will be to port some web thingy to ios/android, and what is even more critical - to make appstore accept it.
β€2
Daily (167 day streak)
Today is pretty hard problem, that involves few concepts that I never heard of. I guess this is the first problem that chat gpt cannot handle as easy as it handles other problems. It is yesterday's problem, but we need to have O(n * log n)
https://leetcode.com/problems/minimum-pair-removal-to-sort-array-ii/description/?envType=daily-question&envId=2026-01-23
#daily #hard
Today is pretty hard problem, that involves few concepts that I never heard of. I guess this is the first problem that chat gpt cannot handle as easy as it handles other problems. It is yesterday's problem, but we need to have O(n * log n)
https://leetcode.com/problems/minimum-pair-removal-to-sort-array-ii/description/?envType=daily-question&envId=2026-01-23
#daily #hard
π1
In apartment that I rent in Dublin, I have shared washing machines and dryer. I'm sharing with one more tenant.
There is meter that needs 1 euro for 30 minutes of washing machine / dryer work.
I run out of 1 eur coins, cause I thought 1 eur is per washing, not per 30 mins.
It turned out that 5 CZK and 1 EUR coins are EXACTLY THE SAME SIZE
Save this lifehack :)
There is meter that needs 1 euro for 30 minutes of washing machine / dryer work.
I run out of 1 eur coins, cause I thought 1 eur is per washing, not per 30 mins.
It turned out that 5 CZK and 1 EUR coins are EXACTLY THE SAME SIZE
Save this lifehack :)
π12β€2
Daily (168 day streak)
Happy Saturday. Today is easy problem with hard description.
(hint for understanding the problem is in the comments), this is 1 minute problem once you understand the description
https://leetcode.com/problems/minimize-maximum-pair-sum-in-array/description/?envType=daily-question&envId=2026-01-24
#daily #medium
Happy Saturday. Today is easy problem with hard description.
(hint for understanding the problem is in the comments), this is 1 minute problem once you understand the description
https://leetcode.com/problems/minimize-maximum-pair-sum-in-array/description/?envType=daily-question&envId=2026-01-24
#daily #medium
LeetCode
Minimize Maximum Pair Sum in Array - LeetCode
Can you solve this real interview question? Minimize Maximum Pair Sum in Array - The pair sum of a pair (a,b) is equal to a + b. The maximum pair sum is the largest pair sum in a list of pairs.
* For example, if we have pairs (1,5), (2,3), and (4,4), theβ¦
* For example, if we have pairs (1,5), (2,3), and (4,4), theβ¦
To not be so lonely and have something else to do, decided to buy guitar, hopefully today will bring this bitch homeπ.
Turned out Microsoft music room in the office was very handy, I miss it
Turned out Microsoft music room in the office was very handy, I miss it
β€7
Said - done. Became an owner of this beauty.
Once more: AMAZING consultant in the store. Once more I find proof that people in Ireland are the nicest.
Once more: AMAZING consultant in the store. Once more I find proof that people in Ireland are the nicest.
π₯23
Daily (169 day streak)
Nice problem, easy one, good one to remind Sliding Window.
https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores/description/?envType=daily-question&envId=2026-01-25
#daily #easy
Nice problem, easy one, good one to remind Sliding Window.
https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores/description/?envType=daily-question&envId=2026-01-25
#daily #easy
π1
There is time during the year, when I'm getting Vlad Ten's vibe, where I need to do something, produce content, work etc, BUT, I have really huge urge to understand how something works.
I always was a guy who cares only about practical stuff. Then usually I'm starting go deeper with theoretical part and cover all the gaps. This is just how I work.
Last 3 days it was electricity. Cause I have no idea why, I didn't understand how it works, and with that I cannot go deep to learn CPUs.
I always was a guy who cares only about practical stuff. Then usually I'm starting go deeper with theoretical part and cover all the gaps. This is just how I work.
Last 3 days it was electricity. Cause I have no idea why, I didn't understand how it works, and with that I cannot go deep to learn CPUs.
π€2
I will be posting some extremely magical stuff for me, cause yeah, in terms of physics knowledge I'm dumb as stump xD
SO. I was wandering, how our cities are getting the electricity, literally what should happen for me to have lights in my office, under the hood.
Did you fucking know that all electric stations do is just spinning magnets around wires (or vice versa)? That's it.
Turned out that magnet just disturb electrons in wire which is enough to do current. By the way, magnet stays magnet forever, so it is some sort of "inifinite" thing, except you need some work to spin them around.
Ofc in reality it is a bit more complicated, but the general principle is just wiggle magnet, near the wires.
https://www.youtube.com/watch?v=tb3iN4m9Bik
Did you fucking know that all electric stations do is just spinning magnets around wires (or vice versa)? That's it.
Turned out that magnet just disturb electrons in wire which is enough to do current. By the way, magnet stays magnet forever, so it is some sort of "inifinite" thing, except you need some work to spin them around.
Ofc in reality it is a bit more complicated, but the general principle is just wiggle magnet, near the wires.
https://www.youtube.com/watch?v=tb3iN4m9Bik
YouTube
Building a Generator
Build this generator: https://www.printables.com/model/658157-hand-crank-generator
π₯2