diff --git a/README.md b/README.md index 343480ce0..7c7b816be 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Numbers **Find e to the Nth Digit** - Just like the previous problem, but with e instead of PI. Enter a number and have the program generate e up to that many decimal places. Keep a limit to how far the program will go. +**Hamming Number**: Program to get the Hamming numbers upto a given numbers also check whether a given number is a Hamming number. + **Fibonacci Sequence** - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number. **Prime Factorization** - Have the user enter a number and find all Prime Factors (if there are any) and display them.