测试展开树
我试图在网上找到一个小程序来测试展开树,但到目前为止我发现的小程序都不能满足我的需要。
我需要一些可以输入已经构建的展开树的东西。我有初始树,但无法使用插入来构造它,因为我不知道它的顺序。
理想情况下,我正在寻找一个拖放小程序。
I am trying to find an applet online to test splay trees, but none of them that I have found so far satisfy what I need.
I need something where I can input the already constructed splay tree. I have the initial tree, but cannot construct it using inserts because I do not know the order of it.
Ideally I am looking for a drag and drop applet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现它可以用作一个非常有用的工具:
http://www .qmatica.com/DataStructures/Trees/BST.html
I have found this which can be used as a very useful tool for this:
http://www.qmatica.com/DataStructures/Trees/BST.html