Skip to content

pierresomos/interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting Points

You have a string of characters, you need to print out the number of occurances of each character

For e.g.

str = "abracadabra"

app = Application.new(str) app.run

[ ["a", 5], ["b", 2], ["c", 1], ["d", 1], ["r", 2] ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.0%
  • Gherkin 2.0%