Re: tree data structure

2010-11-26 Thread bruno desthuilliers
On 25 nov, 16:07, pa_ree wrote: > the idea is basically that there are people in an organization who are > working in various projects under different roles. > so i want to represent the project hierarchy in the form of an > inverted tree structure. You're talking about

Re: tree data structure

2010-11-25 Thread pa_ree
the idea is basically that there are people in an organization who are working in various projects under different roles. so i want to represent the project hierarchy in the form of an inverted tree structure. i also want it to be dynamic that is when a new project is assigned to a person say who

Re: tree data structure

2010-11-25 Thread bruno desthuilliers
On 25 nov, 11:47, pa_ree <coldreetit...@gmail.com> wrote: > i want to create a tree data structure for an organizational project > for eg at the root level i want the project leader, under him would > work the project manger, under him the project members and so on Do you rea

Re: tree data structure

2010-11-25 Thread bruno desthuilliers
On 25 nov, 11:58, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Nov 25, 10:47 am, pa_ree <coldreetit...@gmail.com> wrote: > > > i want to create a tree data structure for an organizational project > > for eg at the root level i want the project leader, under

Re: tree data structure

2010-11-25 Thread Daniel Roseman
On Nov 25, 10:47 am, pa_ree <coldreetit...@gmail.com> wrote: > i want to create a tree data structure for an organizational project > for eg at the root level i want the project leader, under him would > work the project manger, under him the project members and so on &

tree data structure

2010-11-25 Thread pa_ree
i want to create a tree data structure for an organizational project for eg at the root level i want the project leader, under him would work the project manger, under him the project members and so on plz help -- You received this message because you are subscribed to the Google Groups