Daily
Easy. Just 1 timesaver: better to use map instead of array
https://leetcode.com/problems/design-spreadsheet/description/?envType=daily-question&envId=2025-09-19
#daily
Easy. Just 1 timesaver: better to use map instead of array
https://leetcode.com/problems/design-spreadsheet/description/?envType=daily-question&envId=2025-09-19
#daily
π₯2
Daily
The actual problem is quite interesting and tests different datastructures.
Also fucking constraints are misleading (I will explain in the solution)
https://leetcode.com/problems/implement-router/description/?envType=daily-question&envId=2025-09-20
However I believe that the amount of code produced here matches rather hard problem.
#daily
The actual problem is quite interesting and tests different datastructures.
Also fucking constraints are misleading (I will explain in the solution)
https://leetcode.com/problems/implement-router/description/?envType=daily-question&envId=2025-09-20
However I believe that the amount of code produced here matches rather hard problem.
#daily
π4
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
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
Daily
Today is very easy, 2 mins, go and collect coin
https://leetcode.com/problems/count-elements-with-maximum-frequency/description/?envType=daily-question&envId=2025-09-22
#daily
Today is very easy, 2 mins, go and collect coin
https://leetcode.com/problems/count-elements-with-maximum-frequency/description/?envType=daily-question&envId=2025-09-22
#daily
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.
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.
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