AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.51k stars 520 forks source link

Bug Fix #174

Closed anupamdubey8823 closed 3 years ago

anupamdubey8823 commented 3 years ago

A bug was fixed in which the frequency of a letter shown was based on case-sensitive letters. Eg - If frequency of 'A' was asked in the word 'Adam' it showed 1 whereas the letter 'A' occurs two times in that word.

This pull request is:

This pull request fixes:

Changes: