mirror of
https://bitbucket.org/Mattrixwv/projecteulerpython.git
synced 2025-12-06 17:43:58 -05:00
Updated Algorithms
This commit is contained in:
@@ -37,6 +37,7 @@ class Problem30(Problem):
|
||||
def __init__(self):
|
||||
super().__init__("Find the sum of all the numbers that can be written as the sum of the fifth powers of their digits.")
|
||||
self.sumOfFifthNumbers = [] #This is an ArrayList of the numbers that are the sum of the fifth power of their digits
|
||||
self.sum = 0 #This is the sum of the sumOfFifthNumbers list
|
||||
|
||||
#Operational function
|
||||
#Solve the problem
|
||||
|
||||
Reference in New Issue
Block a user