Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Frequency of unique characters of a String #10

Closed YashSaxena9 closed 4 years ago

YashSaxena9 commented 4 years ago

Frequency of characters

The following snippet finds the frequency of all unique readable characters present in a string and writes the frequency count in an output file.

Fixes #4

Type of change

Please delete options that are not relevant.

Checklist:

YashSaxena9 commented 4 years ago

Changes are done, please have a look. :)

sakshamarora1 commented 4 years ago

The output block isn't updated yet. @YashSaxena9 Looks good and will be ready to merge after this. :D

YashSaxena9 commented 4 years ago

Updated the output block, hope this resolves all problems now. :)

YashSaxena9 commented 4 years ago
PRs count if:
Submitted during the month of October AND (
  The PR is labelled as hacktoberfest-accepted by a maintainer OR
  Submitted in a repo with the hacktoberfest topic AND (
    The PR is merged OR
    The PR has been approved
  )
)

I'm sorry but their's no tag regarding hacktoberfest-accepted which is compulsory for a PR to count for Hacktoberfest submission. Is this repository not counted for Hacktoberfest?

sakshamarora1 commented 4 years ago

@YashSaxena9 I have added the appropriate label! Thanks for noticing.