Class PE0029

    • Constructor Summary

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

      Modifier and Type Method Description
      void prepare()
      Just initializing the local storage.
      java.lang.String solve()
      Run two nested loops to calculate all powers and test each if it already exists in the memory.
      • Methods inherited from class java.lang.Object

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

      • PE0029

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

      • solve

        public java.lang.String solve()
        Run two nested loops to calculate all powers and test each if it already exists in the memory. If it can not be found the power is added to the storage
        Returns:
        the size of the memory
        See Also:
        LargeNumber