Package General

Class PentominoDatabase

java.lang.Object
General.PentominoDatabase

public class PentominoDatabase
extends java.lang.Object
Class that is able to map values from a CSV file to a four-dimensional array, further used in the Phase1.Search class
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int[][][][] data
    Stores and loads the data on program initialization
  • Constructor Summary

    Constructors 
    Constructor Description
    PentominoDatabase()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

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

    • data

      public static int[][][][] data
      Stores and loads the data on program initialization
  • Constructor Details

  • Method Details

    • main

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