Skip to content

talStamker/algorithms_of_numbers

Repository files navigation

Algorithms of numbers

How to run it?

make all ./maindloop

explanation:

An Armstrong number

An Armstrong number(also known as a narcissistic number, pluperfect number, or pluperfect digital invariant) is a number that is equal to the sum of its own digits each raised to the power of the number of digits.

A palindrome number

A palindrome number is a number that reads the same backward as forward.

Main

The program receives min and max numbers and prints the numbers between them which are Armstrong numbers, palindrome number and prime numbers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published