Class graham

java.lang.Object
  extended by graham

public class graham
extends java.lang.Object

Graham Scan, (O'Rourke, p. 83

Input on stdin - a sequence of pairs of reals

Debugging output on stdout - the Convex Hull


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

Constructor Detail

graham

public graham()
Method Detail

main

public static void main(java.lang.String[] args)
main program