slice
Class TestRecursion

java.lang.Object
  extended by slice.TestRecursion

public class TestRecursion
extends java.lang.Object


Constructor Summary
TestRecursion()
           
 
Method Summary
static void main(java.lang.String[] args)
          test of recursion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRecursion

public TestRecursion()
Method Detail

main

public static void main(java.lang.String[] args)
test of recursion. Everything for a1, a2, and a3 should be included

Parameters:
args -