|
You are here |
my-it-notes.com | ||
| | | | |
www.adamconrad.dev
|
|
| | | | | Follow along with Steven Skiena's Fall 2018 algorithm course applied to the JavaScript language. | |
| | | | |
probablydance.com
|
|
| | | | | These days it's a pretty bold claim if you say that you invented a sorting algorithm that's 30% faster than state of the art. Unfortunately I have to make a far bolder claim: I wrote a sorting algorithm that's twice as fast as std::sort for many inputs. And except when I specifically construct cases that... | |
| | | | |
blog.jak-linux.org
|
|
| | | | | APT 2.9.3 introduces the first iteration of the new solver codenamed solver3, and now available with the -solver 3.0 option. The new solver works fundamentally different from the old one. How does it work? Solver3 is a fully backtracking dependency solving algorithm that defers choices to as late as possible. It starts with an empty set of packages, then adds the manually installed packages, and then installs packages automatically as necessary to satisfy the dependencies. | |
| | | | |
soffes.com
|
|
| | | I've been using Homebrew on Apple Silicon for a few weeks now and it's been working well. With Ruby 3.0.0, I haven't had any issues installing it... | ||