Skip to content

Instantly share code, notes, and snippets.

@btn0s
Last active August 29, 2015 14:00
Show Gist options
  • Save btn0s/11391119 to your computer and use it in GitHub Desktop.
Save btn0s/11391119 to your computer and use it in GitHub Desktop.
"Create a method to accept one arbitrary string as an argument, and return a string of length 26. The objective is to detect if letters of the alphabet (upper or lower case) are present anywhere in the string, and to set each of the 26 characters corresponding to each letter to either '1' if present, '0' if not."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment