How do I write a method which takes in a string and an array of valid
words (the word_list). It should return an array of words from the
word_list which have the same length as str but which are one letter
different?
Thank you
How do I write a method which takes in a string and an array of valid
words (the word_list). It should return an array of words from the
word_list which have the same length as str but which are one letter
different?
Thank you
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs