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 Count Single Digits in Java #304

Closed dhairya-parikh closed 3 years ago

dhairya-parikh commented 3 years ago

Description

Implemented the Java Code: Question: For a given number find out the count of digits appearing exactly once Example: Input: 99995844 Output: 2(only 5 and 8 appear once)

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:

pratik-choudhari commented 3 years ago

@dhairya-parikh You have checked that you have included a readme, whereas you haven't. Please adhere to the rules. And complete other checklist tasks too.