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

Added solution for counting single digits in a number #294

Closed jayaganeshkumar closed 4 years ago

jayaganeshkumar commented 4 years ago

Description

A comprehensive description of the Pull Request

Added solution for the mentioned problem in Python. This program takes a number as input and converts it to a string which makes our work easier. Then it makes it into a list and the whole process continues. Its main work is to find the unique digits i.e. the digits that are not repeated in the given number.

Reference Issue number #273

issue_no must refer to the issue related to this PR, visit here

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: