Skip to content

sbinakhlaq/interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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