mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-12-25 21:58:57 +01:00
Update maths/armstrong_number.rb
Co-authored-by: Jessica Kwok <60627484+jsca-kwok@users.noreply.github.com>
This commit is contained in:
parent
2ea39679fc
commit
a5e3a0f2b4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# A ruby program to find a given number is armstrong number or not
|
||||
# A ruby program to determine whether a given number is an Armstrong number
|
||||
# Wiki url: https://en.wikipedia.org/wiki/Narcissistic_number
|
||||
# other resources: https://pages.mtu.edu/~shene/COURSES/cs201/NOTES/chap04/arms.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue