开发者

What data structure should I use for hierarchical data?

开发者 https://www.devze.com 2023-01-24 21:17 出处:网络
please help: I have a data set need to be stored like tree, following is stucture, I am not sure how to store this, the letters are开发者_JS百科 not comparable, this is just a hierarchic structure

please help:

I have a data set need to be stored like tree, following is stucture, I am not sure how to store this, the letters are开发者_JS百科 not comparable, this is just a hierarchic structure

What data structure should I use for hierarchical data?


From the picture, this just looks like a binary tree where only the leaf nodes contain data. So, use a binary tree and only put data in the leaf nodes.

0

精彩评论

暂无评论...
验证码 换一张
取 消