Home > Software engineering >  [want to design a program] tree visualization of data listed
[want to design a program] tree visualization of data listed

Time:11-03

Want to design a program to store large amounts of data, the structure of each data object is this:

Data itself + N attributes and attribute values (N can be zero to many)

These data according to a property derivative can be arranged into a tree structure, so that from the origin of the tree or in the middle of a node can be derived from the list below its all data objects,
And, in turn, from a data object according to push up its some properties can be listed on the object level, up until the source of all data objects,
Design the program and database with what software or language?

CodePudding user response:

Forgot to say, the value of the attribute points to another object, the above description:

CodePudding user response:



CodePudding user response:


  • Related