median without sort
How easy is it to find the median of a list of numbers?Let’s see what c++ has to offer. It’s surprising that most places on the internet don’t recommend this…
How easy is it to find the median of a list of numbers?Let’s see what c++ has to offer. It’s surprising that most places on the internet don’t recommend this…
When there is a problem to be solved, there are a few things an engineer is expected to do on top of solving the problem.
I found this guide pretty good, but it did not work on the first try. There are a few extra steps.
What are we building a rate limiter for? Example uses of rate limiter
Documenting my experience setting up dual boot on my windows machine. Current setup Hardware : Minisform UM790 Pro with a windows 11 that I recently booted. Memory : 64 GB,…
The White House(US Presidential office) has recommended developers to consider using memory safe programming languages1. They seem to be very concerned about memory safety vulnerabilities, and this report focuses on…