Java-Jet icon indicating copy to clipboard operation
Java-Jet copied to clipboard

Duplicate Characters

Open ShivangiSingh17 opened this issue 6 years ago • 2 comments

Write a program to find repeated characters in a String. For example, if given input to the program is "Monitor", it should print all duplicates characters, i.e. characters appear more than once in String and their count e.g. o = 2 because character 'o' has appeared twice in String "Monitor"

ShivangiSingh17 avatar Oct 13 '19 04:10 ShivangiSingh17

Hey @ShivangiSingh17 , I created PR for this issue. Here https://github.com/ShivangiSingh17/Java-Jet/pull/135

Reyano132 avatar Oct 13 '19 06:10 Reyano132

I created PR for this issue. #139

onnkeat avatar Oct 13 '19 08:10 onnkeat