本文介绍了测试八卦树的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试找到一个在线的applet来测试八卦树,但是到目前为止,我发现的这些都不满足我的需求.
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.
推荐答案
我发现它可以用作对此非常有用的工具:
I have found this which can be used as a very useful tool for this:
http://www.qmatica.com/DataStructures/Trees/BST.html
这篇关于测试八卦树的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!