edu.princeton.cs.algs4.growingtree.demos
Class SplayOperators

java.lang.Object
  extended by edu.princeton.cs.algs4.growingtree.demos.SplayOperators

public class SplayOperators
extends java.lang.Object


Nested Class Summary
 class SplayOperators.SplayDeletion<P extends NodeProperties>
           
 class SplayOperators.SplayInsertion<P extends NodeProperties>
           
 class SplayOperators.SplaySearch<P extends NodeProperties>
           
 
Constructor Summary
SplayOperators()
           
 
Method Summary
<P extends NodeProperties>
void
splay(IAlgorithmNode<P> x, IAlgorithmNode<P> root)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplayOperators

public SplayOperators()
Method Detail

splay

public <P extends NodeProperties> void splay(IAlgorithmNode<P> x,
                                             IAlgorithmNode<P> root)