> On 10 Oct 2025, at 09:00, Chao Li wrote:
> For the first one, by search for “Thomas Niemann’s Sorting and Searching
> Algorithms: a Cookbook”, I got
> https://www.epaperpress.com/sortsearch/rbt.html, but I am not sure it
> provides the exactly same content as the old URL.
The entire algolis
From the file header comment:
* rbtree.c
*implementation for PostgreSQL generic Red-Black binary tree package
*Adopted from http://algolist.manual.ru/ds/rbtree.php
*
* This code comes from Thomas Niemann's "Sorting and Searching Algorithms:
* a Cookbook".
*
* See http://www.cs.auck
On Fri, Oct 10, 2025 at 3:34 PM Daniel Gustafsson wrote:
> > On 10 Oct 2025, at 09:00, Chao Li wrote:
>
> > For the first one, by search for “Thomas Niemann’s Sorting and Searching
> Algorithms: a Cookbook”, I got
> https://www.epaperpress.com/sortsearch/rbt.html, but I am not sure it
> provides