page =
url = https://quuxplusone.github.io/blog
arthur o'dwyer – stuff mostly about c++
I continue participating in Zartaj Majeed’s book club on Knuth’s The Art of Computer Programming , previously mentioned in “Bubblesort, rocksort, cocktail-shaker sort” (2020-12-13). The past couple of weeks, we’ve been looking at section 5.2.3, “Sorting by selection,” in which the problem of repeatedly selecting the max element leads Knuth to investigate priority queues.