java开发家具系统源码-tree-node:java中树结构的实现

时间:2021-06-05 12:34:05
【文件属性】:
文件名称:java开发家具系统源码-tree-node:java中树结构的实现
文件大小:156KB
文件格式:ZIP
更新时间:2021-06-05 12:34:05
系统开源 java开发家具系统源码树数据结构 Java 库 描述 该库包含树数据结构的不同实现,例如 K-ary、二进制、表达式树等。 用例 曾几何时,我想创建可以作为能够运行时初始化和突变的层次结构存在的关系。 它应该看起来像这样: accounts . add(assetAccount); // Add major asset categories assetAccount . add(currentAccount); assetAccount . add(nonCurrentAccount); // Add major current account categories currentAccount . add(cashAccount); currentAccount . add(savingsAccount); currentAccount . add(treasuryBond); currentAccount . add(mpesaAccount); // Add major non-current account categories nonCurrentAccount . add
【文件预览】:
tree-node-master
----release.properties(855B)
----src()
--------test()
--------main()
----pom.xml.releaseBackup(31KB)
----.travis.yml(162B)
----config()
--------license_header.txt(799B)
--------code_style.xml(3KB)
--------header_definition.xml(1KB)
--------checkstyle.xml(7KB)
--------changelog.mustache(2KB)
----LICENSE(7KB)
----assets()
--------recursion_on_trees.png(11KB)
--------structural_induction_nodes.png(6KB)
--------array_of_pointers_representation.png(12KB)
--------k_ary_tree.png(17KB)
--------leftmost_child_right_sibling_another_representation.png(11KB)
--------leftmost_child_right_sibling_representation.png(17KB)
--------structural_induction.png(14KB)
----README.md(27KB)
----pom.xml(31KB)
----.gitignore(95B)
----CHANGELOG.md(12KB)

网友评论