Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the number S is equal to the sum of its digits raised to the power of M. The pro
Example of the number:
370 = 3 * 3 * 3 + 7 * 7 * 7 + 0 * 0 * 0
8208 = 8 * 8 * 8 * 8 + 2 * 2 * 2 * 2 + 0 * 0 * 0 * 0 + 8 * 8 * 8 * 8
The execution time must not be more then 10 seconds.
The execution time must not be more than 10 seconds.

### Run the program:
```
Expand Down Expand Up @@ -53,4 +53,4 @@ python ArmstrongNumbers.py
Execution time: 1.076 seconds
```

The full list of the numbers is here: http://mathworld.wolfram.com/NarcissisticNumber.html
The full list of the numbers is here: http://mathworld.wolfram.com/NarcissisticNumber.html