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 (what you thing is) the so

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 i

Re: tree data structure

2010-11-25 Thread bruno desthuilliers
On 25 nov, 11:47, pa_ree 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 really need a tree to repre

Re: tree data structure

2010-11-25 Thread bruno desthuilliers
On 25 nov, 11:58, Daniel Roseman wrote: > On Nov 25, 10:47 am, pa_ree 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 p

Re: tree data structure

2010-11-25 Thread Daniel Roseman
On Nov 25, 10:47 am, pa_ree 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 > plz help http://github.com/django

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