Skip to content

Latest commit

 

History

History

shortestWord

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Shortest Word

7 kyu link to kata
my solution

Simple, given a string of words, return the length of the shortest word(s).

String will never be empty and you do not need to account for different data types.