pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Harshad number #404

Closed Himanshu-Nagle closed 4 years ago

Himanshu-Nagle commented 4 years ago

Description

An integer number in base 10 which is divisible by sum of it digits is said to be a Harshad Number. An n-harshad number is an integer number divisible by sum of its digit in base n.

Reference Issue number #347

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist:

Himanshu-Nagle commented 4 years ago

@pratik-choudhari Kindly please review my PR