shivprime94 / Data-Structure-Algorithms

Upload Solutions of any coding Platform. In designated folder if not there make new folder and upload.
36 stars 214 forks source link

Finding_Duplicates_In_A_String.c #536

Closed AmanDekate1 closed 1 year ago

AmanDekate1 commented 1 year ago

Duplicated alphabets are displayed with the number of times they occur. This program will only work for lower case alphabets.