Class PE0011

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Matrix grid
      The storage for the complete grid.
    • Constructor Summary

      Constructors 
      Constructor Description
      PE0011()
      A simple constructor to set number and title.
    • Method Summary

      Modifier and Type Method Description
      void prepare()
      Reads the grid data from a file.
      java.lang.String solve()
      Solves this problem by dividing the grid into sections of 4x4 cells. for every of this section the maximum product (in all directions) is calculated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait