Re: Doubly linked tree data structure
Re: Doubly linked tree data structure
- Subject: Re: Doubly linked tree data structure
- From: Knud Möller <email@hidden>
- Date: Fri, 29 Jul 2005 18:29:06 +0100
Doubly linked tree structure sounds like a tree data structure where
each node of the tree holds references to both its daughter nodes and
its mother node, whereas a node in a simple tree would often only hold
references to its daughters (as this is sufficient for many operations
on trees).
Hope this helps a bit.
Knud
Can anybody give an idea of what a doubly linked tree data structure
is?? This is the terminology used in the DragNDropOutlineView in the
documentation. I am mostly interested in the doubly linked aspect. I
don't understand why two classes are written in the same file. For
what reason is this done? Thanks!
-------------------------------------------------
Knud Möller, MA
+353 - 91 - 512624
Digital Enterprise Research Institute
National University of Ireland, Galway
Institiúid Taighde na Fiontraíochta Digití
Ollscoil na hÉireann, Gaillimh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden