From c7cdffa549be231fff7a8a38dbc7caaadd9663a3 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 15 Feb 2026 16:19:16 -0500 Subject: Series navigation --- posts/challenges-re-writeups-1.org | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'posts/challenges-re-writeups-1.org') diff --git a/posts/challenges-re-writeups-1.org b/posts/challenges-re-writeups-1.org index ec32560..d7fd3f0 100644 --- a/posts/challenges-re-writeups-1.org +++ b/posts/challenges-re-writeups-1.org @@ -961,9 +961,9 @@ f 8 10 12 8 18 #+END_SRC -It would seem that this is some sort of "least multiple of \(b\) such that \(b < -a\) given that \(b\) is a power of two, but I feel as though I'm grasping at -straws here. +It would seem that this is some sort of "least multiple of \(b\) such that \(b +\gt a\) given that \(b\) is a power of two", but I feel as though I'm grasping +at straws here. As a Gentoo user, I have the Linux source tree checked out at =/usr/src/linux=, and because the hint mentions low-level programming, I decided to create a @@ -1233,6 +1233,15 @@ I found this to be very useful in identifying which jumps are loops (cycles in the graph), which are conditionals (branches), and which labels are related (linear relationships). +#+BEGIN_EXPORT html + +#+END_EXPORT + #+BEGIN_EXPORT html #+END_EXPORT -- cgit v1.3