print-flat-tree:将扁平树转换为字符串

时间:2024-06-08 04:25:45
【文件属性】:

文件名称:print-flat-tree:将扁平树转换为字符串

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-08 04:25:45

JavaScript

平面印刷树 将转换为字符串 npm install print-flat-tree 用法 var print = require ( 'print-flat-tree' ) // your tree represented as a flat tree (each index means that node exists in the tree) var tree = [ 0 , 1 , 2 , 3 , 7 , 8 , 9 , 10 ] console . log ( print ( tree ) ) 运行以上输出 0──┐ 1──┐ 2──┘ │ 3──┐ │ │ │ 7 8──┐ 9 10──┘ 如可以从上面的图中可以看出7是的父3和3被的父


【文件预览】:
print-flat-tree-master
----.travis.yml(60B)
----LICENSE(1KB)
----README.md(1KB)
----bin.js(109B)
----.gitignore(13B)
----index.js(2KB)
----package.json(658B)

网友评论