On Fri, Jan 17, 2014 at 6:31 PM, Tom Browder
wrote:
> On Fri, Jan 17, 2014 at 6:18 PM, wrote:
>> Revision: 59447
>> http://sourceforge.net/p/brlcad/code/59447
>> Author: tbrowder2
>> Date: 2014-01-18 00:18:40 + (Sat, 18 Jan 2014)
>> Log Message:
>> ---
> ...
>
> That
On Fri, Jan 17, 2014 at 6:18 PM, wrote:
> Revision: 59447
> http://sourceforge.net/p/brlcad/code/59447
> Author: tbrowder2
> Date: 2014-01-18 00:18:40 + (Sat, 18 Jan 2014)
> Log Message:
> ---
...
That was a bogus log message--I thought I had updated that log file
but
On Fri, Jan 17, 2014 at 7:46 AM, Erik Greenwald wrote:
> On Thu, Jan 16, 2014 at 12:34:57PM -0600, Tom Browder wrote:
...
>> Sean mentioned something recently about our implementation needing a
>> cleanup, so I wonder if we might look at either (1) implementing
>> Cormen's algorithms a little more
On Thu, Jan 16, 2014 at 12:34:57PM -0600, Tom Browder wrote:
> I now have the 2009 (third) edition of "Introduction to Algorithms" by
> Cormen et alii upon which our red-black trees are based, and it
> discusses the fix to eliminate the possible node deletion problem.
>
> I would like to fix our im