Class PE0064

    • Constructor Summary

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

      Modifier and Type Method Description
      void finish()
      Implementation of the finishing method called after solving the problem.
      private int getPeriodLength​(int num)  
      void prepare()
      Implementation of the preparation method called before solving the problem.
      java.lang.String solve()
      This method solves the given problem.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PE0064

        public PE0064()
        A simple constructor to set number and title.
    • Method Detail

      • prepare

        public void prepare()
        Implementation of the preparation method called before solving the problem. It overrides the standard implementation in Problem.
        Specified by:
        prepare in interface Solvable
        Overrides:
        prepare in class Problem
      • solve

        public java.lang.String solve()
        This method solves the given problem.
        Returns:
        the solution of the problem / task as string
      • finish

        public void finish()
        Implementation of the finishing method called after solving the problem. It overrides the standard implementation in Problem.
        Specified by:
        finish in interface Solvable
        Overrides:
        finish in class Problem
      • getPeriodLength

        private int getPeriodLength​(int num)