IT Contents/프로그래밍 팁
Counting Duplicates, CodeWars Kata 자바 솔루션
Counting Duplicates, CodeWars Kata Count the number of Duplicates Write a function that will return the count of distinct case-insensitive alphabetic characters and numeric digits that occur more than once in the input string. The input string can be assumed to contain only alphabets (both uppercase and lowercase) and numeric digits. Example "abcde" -> 0 `# no characters repeats more than once` ..
2021. 4. 8. 07:00
최근댓글