Re: [fpc-pascal] Tree structure

2013-02-12 Thread Sven Barth
On 12.02.2013 16:44, Leonardo M. Ramé wrote: From: Michael Van Canneyt To: FPC-Pascal users discussions Sent: Tuesday, February 12, 2013 12:36 PM Subject: Re: [fpc-pascal] Tree structure On Tue, 12 Feb 2013, Torsten Bonde Christiansen wrote: On 2013-02-12

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Leonardo M . Ramé
- Original Message - > From: Leonardo M. Ramé > To: FPC-Pascal users discussions > Cc: > Sent: Tuesday, February 12, 2013 12:45 PM > Subject: Re: [fpc-pascal] Tree structure > > - Original Message - > >> From: Michael Van Canneyt >> To:

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Graeme Geldenhuys
On 2013-02-12 15:44, Leonardo M. Ramé wrote: > > Isn't that a balanced binary tree? I'm looking for a simple tree structure > (http://en.wikipedia.org/wiki/Tree_%28data_structure%29) > It should be rather simple to create. A simple Composite design pattern and about 30-45 minutes with some acco

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Leonardo M . Ramé
- Original Message - > From: Michael Van Canneyt > To: Leonardo M. Ramé ; FPC-Pascal users discussions > > Cc: > Sent: Tuesday, February 12, 2013 12:28 PM > Subject: Re: [fpc-pascal] Tree structure > > > > On Tue, 12 Feb 2013, Leonardo M. Ramé wrote: &

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Leonardo M . Ramé
> > From: Michael Van Canneyt >To: FPC-Pascal users discussions >Sent: Tuesday, February 12, 2013 12:36 PM >Subject: Re: [fpc-pascal] Tree structure > > > >On Tue, 12 Feb 2013, Torsten Bonde Christiansen wrote: > >> On 2013

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Torsten Bonde Christiansen
On 2013-02-12 16:36, Michael Van Canneyt wrote: On Tue, 12 Feb 2013, Torsten Bonde Christiansen wrote: On 2013-02-12 16:13, Leonardo M. Ramé wrote: Hi, I would like to know if there's a standard tree structure where each node is a TObject. With "standard" I mean, in a standard package

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Michael Van Canneyt
On Tue, 12 Feb 2013, Torsten Bonde Christiansen wrote: On 2013-02-12 16:13, Leonardo M. Ramé wrote: Hi, I would like to know if there's a standard tree structure where each node is a TObject. With "standard" I mean, in a standard package, like fcl-base.   Leonardo M. Ramé http://

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Torsten Bonde Christiansen
On 2013-02-12 16:13, Leonardo M. Ramé wrote: Hi, I would like to know if there's a standard tree structure where each node is a TObject. With "standard" I mean, in a standard package, like fcl-base. Leonardo M. Ramé http://leonardorame.blogspot.com ___

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Michael Van Canneyt
On Tue, 12 Feb 2013, Leonardo M. Ramé wrote: Hi, I would like to know if there's a standard tree structure where each node is a TObject. With "standard" I mean, in a standard package, like fcl-base. there is one in the generics. But not as a regular class. Michael.