Skip to content

program for counting different characters in a string

Notifications You must be signed in to change notification settings

vladdossik/count-characters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  • an empty line will throw IllegalArgumentException
  • the decorator pattern is used
  • covered by tests (JUnit5 and mockito)
hello world!
"h" - 1
"e" - 1
"l" - 3
"o" - 2
" " - 1
"w" - 1
"r" - 1
"d" - 1
"!" - 1

About

program for counting different characters in a string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages