Class HeapDriver

java.lang.Object
com.javaholics.HeapDriver

public class HeapDriver extends Object
A driver class for the heap implementation. Implements a MaxHeap using sequential insertions and the optimal method. Compares the number of swaps in the two methods.
  • Constructor Details

    • HeapDriver

      public HeapDriver()
  • Method Details

    • main

      public static void main(String[] args)