Re: URLs in rbtree.c are broken

2025-10-18 Thread Daniel Gustafsson
> 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

URLs in rbtree.c are broken

2025-10-17 Thread Chao Li
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

Re: URLs in rbtree.c are broken

2025-10-10 Thread Chao Li
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