Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Can anybody tell me how do i identify a person or a thing in a hierarchical tree. Like i actual want to know form a group people if 1 misbehaves, i should be in a position to show it was from such a person, belonging a Group A, belonging to "A" locality, "Z" street, House no ### n so on..

House no
|
Z street
|
Locality A
|
Group A
|
Person A
Thanks in Advance.
Posted
Comments
Mehdi Gholam 11-May-13 2:52am    
Your question makes little sense, add more explanation.
Mohammed Hameed 11-May-13 2:52am    
Can u plz explain further for clear understanding...
Jagadisha_Ingenious 11-May-13 3:40am    
@Mehdi Gholam & @Mohammed Hameed: Like if you consider faulty status of a device in a array of devices connected in a network, i should findout from which device it was, from which network it was, what exactly was the fault..

1 solution

If i understand you well, you have hierarchical (tree) structure of data, so... all you need to do, is to use hierarchical alorithm(s)[^].

Please, refer these CP articles:
Tree Iterators[^] - this is what you are looking for!
Hierarchical Tree Represented by Modified Preorder Tree Traversal Technique using C# 3.0 and SQL 2005.[^]
Retrieve Hierarchical Data from Database[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900