本文介绍了画一个二叉树的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找一个允许用户绘制二叉树的js lib:添加/删除叶子,添加/删除父节点等。
我发现很多libs,但大部分都是为数据可视化而设计的(例如:d3),而不是从浏览器中绘制。
这是否存在? / p>
谢谢!
解决方案
在svg的主页上有动画示例。您可以复制并使用它。
I'm looking for a js lib which allows the user to draw a binary tree : add/remove a leaf, add/remove a parent node, etc.
I've found many libs but most of them are made for data visualization only (eg: d3), not drawing from the browser.
Does this even exist ?
Thanks!
解决方案
Tree-model-js has animated example on main page by svg. You can copy and use it.
这篇关于画一个二叉树的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!