Skip to content

This is a Ruby challenge that solves the Sub Strings Challenge as described on the Odin Project. The function takes a string and a defined dictionary and returns a hash containing the number of times each word in the string occurs in dictionary.

Notifications You must be signed in to change notification settings

TedLivist/sub_strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is my solution to the Sub Strings Exercise on the Ruby Track on Odin Project

An initial dictionary of words is provided. The function takes a string and the predefined dictionary and returns the number of times each word in the string occurs in the dictionary.

The challenge can be found here.

About

This is a Ruby challenge that solves the Sub Strings Challenge as described on the Odin Project. The function takes a string and a defined dictionary and returns a hash containing the number of times each word in the string occurs in dictionary.

Resources

Stars

Watchers

Forks

Languages