Class SolutionDay21.NumberPad

java.lang.Object
com.expedient.adventofcodejade.solutions.year2024.SolutionDay21.NumberPad
Enclosing class:
SolutionDay21

public class SolutionDay21.NumberPad extends Object
  • Constructor Details

    • NumberPad

      public NumberPad()
  • Method Details

    • findButton

      public Pair<Integer,Integer> findButton(Character button)
    • checkValid

      public void checkValid()
    • moveUp

      public void moveUp()
    • moveDown

      public void moveDown()
    • moveLeft

      public void moveLeft()
    • moveRight

      public void moveRight()
    • pressButton

      public List<SolutionDay21.Input> pressButton(Character desiredButton)