[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating recursive customization types / widgets
From: |
Per Abrahamsen |
Subject: |
Re: Creating recursive customization types / widgets |
Date: |
Tue, 02 Dec 2003 11:40:57 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
Juri Linkov <address@hidden> writes:
> BTW, adding new nodes to a tree in this new widget is easy,
> but I can't find a way to delete a node. Is it possible?
I don't understand the question. Are you speaking of the 'child'
widget, or the 'binary-tree-of-string' example?
If the later, then you can't delete or add a single node in binary
tree. If you do, the tree is no longer binary. Binary trees always
have an odd number of nodes. You can add two nodes by converting a
leaf node to an interior node, and you can delete two subtrees by
converting an interior node to a leaf node.
Re: Creating recursive customization types / widgets, Thien-Thi Nguyen, 2003/12/01
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/01
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/01
- Re: Creating recursive customization types / widgets, Richard Stallman, 2003/12/02
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/02
- Re: Creating recursive customization types / widgets, Richard Stallman, 2003/12/03
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/03
- Re: Creating recursive customization types / widgets, Per Abrahamsen, 2003/12/03
- Re: Creating recursive customization types / widgets, Kevin Rodgers, 2003/12/03