Questions tagged [hierarchical]

For issues relating to arranging data and/or resources in a hierarchy.

A hierarchy is an arrangement of items (objects, names, values, categories, resources, etc.) in which the items are represented as being "above," "below," or "at the same level as" one another. Abstractly, a hierarchy is simply an ordered set or an acyclic directed graph.

A hierarchy can link entities either directly or indirectly, and either vertically or horizontally. The only direct links in a hierarchy, insofar as they are hierarchical, are to one's immediate superior or to one of one's subordinates, although a system that is largely hierarchical can also incorporate alternative hierarchies. Indirect hierarchical links can extend "vertically" upwards or downwards via multiple links in the same direction, following a path. All parts of the hierarchy which are not linked vertically to one another nevertheless can be "horizontally" linked through a path by traveling up the hierarchy to find a common direct or indirect superior, and then down again.

568 questions
0
votes
2 answers

Selecting heirarchical data in MySQL

I have this table (followers) in my database. follower | following ---------|---------- 1 |2 1 |4 1 |5 1 |6 1 |7 1 |8 2 |4 4 |6 This documents all of the followings and followers for my users.…
Forest
  • 938
  • 1
  • 11
  • 30
0
votes
1 answer

How to get Grandfather's data in kendo.data.HierarchicalDataSource?

I use KendoUI treeview Binding to remote data , below is my code: