From 9c73ca88cbcf7cd5569d8287d078b62f8ea17662 Mon Sep 17 00:00:00 2001 From: SATYAM TRIPATHI Date: Sun, 6 Jun 2021 14:33:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.