Package Phase3

Class Pentominoe

java.lang.Object
Phase3.Pentominoe

public class Pentominoe
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Pentominoe()  
  • Method Summary

    Modifier and Type Method Description
    static int[][][][] allRotations​(int[][][] mat)  
    static void main​(java.lang.String[] args)  
    (package private) static int[][] rotateMatrix​(int[][] mat)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • allRotations

      public static int[][][][] allRotations​(int[][][] mat)
    • rotateMatrix

      static int[][] rotateMatrix​(int[][] mat)