Testing Splay Trees

858 Views Asked by At

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.

1

There are 1 best solutions below

2
On

I have found this which can be used as a very useful tool for this:

http://www.qmatica.com/DataStructures/Trees/BST.html