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.
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.
This is gangsta shit guys
https://www.youtube.com/watch?v=C1pjPv3WJyo
https://www.youtube.com/watch?v=C1pjPv3WJyo
YouTube
OpenGL c++ first person shooter engine game dev: Collision and Splitscreen
Today I'm gonna implement collision detection, UBOs for lights and the matrices, and splitscreen π€
I run a Discord server called Realtime Rendering. It exists to document my progress on this project, as well as a place for learning, discussing, and showcasingβ¦
I run a Discord server called Realtime Rendering. It exists to document my progress on this project, as well as a place for learning, discussing, and showcasingβ¦
π2
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.
At some point we gonna have similar streams, but I just need to get some skills, and we gonna write distributed shit.
π₯6
The goal is agreed, I'm collecting money for this:
https://www.youtube.com/watch?v=7FoXzSWV1hU
https://www.youtube.com/watch?v=7FoXzSWV1hU
YouTube
Jetson ONE - Experience Flight Climbing the Mountain Peak
Join us from the pilot POV on this adventurous flight to the peak of Mt. LubaΕ (1211m or 3973ft MSL) in Poland.
Jetson has reached the summit in under 4 minutes demonstrating its performance and ability to quickly reach remote locations.
The vehicle performedβ¦
Jetson has reached the summit in under 4 minutes demonstrating its performance and ability to quickly reach remote locations.
The vehicle performedβ¦
π₯2
Daily
Haven't solved it yet, but seems not hard
https://leetcode.com/problems/compare-version-numbers/?envType=daily-question&envId=2025-09-23
#daily
Haven't solved it yet, but seems not hard
https://leetcode.com/problems/compare-version-numbers/?envType=daily-question&envId=2025-09-23
#daily
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?
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
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
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
Daily
it is mid legit. Good problem. Bruteforce O(n^3) will TLE, therefore mid.
Triengle can be made only if2 sides are bigger than 3d side in it.
https://leetcode.com/problems/valid-triangle-number/description/?envType=daily-question&envId=2025-09-26
#daily
it is mid legit. Good problem. Bruteforce O(n^3) will TLE, therefore mid.
Triengle can be made only if
https://leetcode.com/problems/valid-triangle-number/description/?envType=daily-question&envId=2025-09-26
#daily
β€1π₯1
Forwarded from Andrii Bui
This media is not supported in your browser
VIEW IN TELEGRAM
β€6π₯2π€1
I mean it is not a joke, I will do screen recording and post to tiktok and instagram. If you are ux designer and you come up with this idea, noone in the whole corpo chain stops you from that - this is crazy.
I was doing systemd design of ticketmaster. And it is not fucking happening if I'm building ticket master
I was doing systemd design of ticketmaster. And it is not fucking happening if I'm building ticket master
Daily
Math problem, you first need to learn how to calculate triangle area by 3 points (see comments to this post).
If you know formula - the constraints are low - so you can do bruteforce (therefore it is easy).
https://leetcode.com/problems/largest-triangle-area/description/?envType=daily-question&envId=2025-09-27
Math problem, you first need to learn how to calculate triangle area by 3 points (see comments to this post).
If you know formula - the constraints are low - so you can do bruteforce (therefore it is easy).
https://leetcode.com/problems/largest-triangle-area/description/?envType=daily-question&envId=2025-09-27
β€2
Daily
Today again a bit of math, but just a little bit. Actually the problem is easy if you analyze it properly. Unfortunately bruteforce won't aply
https://leetcode.com/problems/largest-perimeter-triangle/description/?envType=daily-question&envId=2025-09-28
#daily
Today again a bit of math, but just a little bit. Actually the problem is easy if you analyze it properly. Unfortunately bruteforce won't aply
https://leetcode.com/problems/largest-perimeter-triangle/description/?envType=daily-question&envId=2025-09-28
#daily
I realized I want Leetcode Cap. Currently I do have 2k coins. Each daily gives 11 coins (check in + solved daily). After some careful math I need:
I also heard contest can be good, but I never tried.
Another thing, since I'm interviewer at MS, maybe I can come up with interview problem, give it on interview to candidate and then leak it to leetcode ππππ
4500 / 11 => around a year of daily.I also heard contest can be good, but I never tried.
Another thing, since I'm interviewer at MS, maybe I can come up with interview problem, give it on interview to candidate and then leak it to leetcode ππππ
π14