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

Implemented Count Single Digits in Java #307

Closed dhairya-parikh closed 3 years ago

dhairya-parikh commented 3 years ago

Description

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 Merged. Consider starring the repo😄

dhairya-parikh commented 3 years ago

May I know aa to when my name will be added to “Contributors.md” file ?

On Mon, 12 Oct 2020 at 21:41, Pratik Choudhari notifications@github.com wrote:

Merged #307 https://github.com/pratik-choudhari/AlgoCode/pull/307 into master.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pratik-choudhari/AlgoCode/pull/307#event-3867355766, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARK4L55ZLUO6ZYKUFC3U7TTSKMTDNANCNFSM4SMYBXCA .

pratik-choudhari commented 3 years ago

@dhairya-parikh The contributor.md gets updated as soon as your name appears in contributors(below the repo description). As the process is automated it scrapes the contributors and then the MD is updated in github. It takes 24 hrs after your PR is merged to appear in contributors.

dhairya-parikh commented 3 years ago

Cool !! Thanks for letting me know :)

On Tue, 13 Oct 2020 at 17:14, Pratik Choudhari notifications@github.com wrote:

@dhairya-parikh https://github.com/dhairya-parikh The contributor.md gets updated as soon as your name appears in contributors(below the repo description). As the process is automated it scrapes the contributors and then the MD is updated in github. It takes 24 hrs after your PR is merged to appear in contributors.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pratik-choudhari/AlgoCode/pull/307#issuecomment-707683726, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARK4L54OJBCTSPRDC32GC53SKQ4RZANCNFSM4SMYBXCA .

pratik-choudhari commented 3 years ago

No problem😄

pratik-choudhari commented 3 years ago

@dhairya-parikh Have a look it has been added. Actually someone messed up that file in a PR so had to redo.

dhairya-parikh commented 3 years ago

Thanks 🤗

On Tue, 13 Oct 2020 at 17:29, Pratik Choudhari notifications@github.com wrote:

@dhairya-parikh https://github.com/dhairya-parikh Have a look it has been added.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pratik-choudhari/AlgoCode/pull/307#issuecomment-707690271, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARK4L53FHFTU722KJKTQVDDSKQ6IRANCNFSM4SMYBXCA .

dhairya-parikh commented 3 years ago

I have implemented Sleep Sort Algorithm in Java. Would you like me to add it to the repository ?

On Tue, 13 Oct 2020 at 19:42, Dhairya Parikh < h20190906@goa.bits-pilani.ac.in> wrote:

Thanks 🤗

On Tue, 13 Oct 2020 at 17:29, Pratik Choudhari notifications@github.com wrote:

@dhairya-parikh https://github.com/dhairya-parikh Have a look it has been added.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pratik-choudhari/AlgoCode/pull/307#issuecomment-707690271, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARK4L53FHFTU722KJKTQVDDSKQ6IRANCNFSM4SMYBXCA .

pratik-choudhari commented 3 years ago

@dhairya-parikh Sure, no problem. Create an issue for same.