Package com.expedient.adventofcodejade.common
package com.expedient.adventofcodejade.common
Classes used across solutions (loading solutions, handling input, etc...)
-
ClassDescriptionRepresents a row, col Coordinate on a 2D arrayRepresents a cardinal direction, and provides methods for use when working with a 2D-arrayGrid<T>Manages a 2D array and provides methods to interact with itPair<T,
U> Represents a pair of two values of any typeHandles both sample and actual input filesA rectangular prismClass responsible for dynamically loading Solutions located incom.expedient.adventofcodejade.solutions.Represents a 2D vector between two Coordinates