[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #5828] Allow ABTs to lack comparison function
From: |
Ben Pfaff |
Subject: |
[patch #5828] Allow ABTs to lack comparison function |
Date: |
Wed, 28 Mar 2007 05:15:14 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
URL:
<http://savannah.gnu.org/patch/?5828>
Summary: Allow ABTs to lack comparison function
Project: PSPP
Submitted by: blp
Submitted on: Tuesday 03/27/07 at 22:15
Category: None
Item Group: None
Status: Ready For Test/Review
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
To my surprise, I discovered that one of the main intended clients of the ABT
code actually wanted it only for the tree augmentations, not for the BST
ordering property, and that in fact there was no simple or efficient way to
create a key that yielded the desired ordering. Thus, this patch, which
changes ABTs to allow the possibility of an ABT having a null comparison
function. In such a tree, nodes are inserted before or after an existing
node, instead of finding the "correct" position in the BST ordering.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tuesday 03/27/07 at 22:15 Name: abt.patch Size: 11kB By: blp
patch
<http://savannah.gnu.org/patch/download.php?file_id=12317>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?5828>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch #5828] Allow ABTs to lack comparison function,
Ben Pfaff <=