Sha256: 551df3696aac72f3711e0b316eae09b788a5e5d03014c44e14038e065a4f1a61
Contents?: true
Size: 416 Bytes
Versions: 74
Compression:
Stored size: 416 Bytes
Contents
# Word Count Given a phrase, count the occurrences of each word in that phrase. For example for the input `"olly olly in come free"` ```text olly: 2 in: 1 come: 1 free: 1 ``` ## Source This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour. ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
74 entries across 74 versions & 1 rubygems