Skip to content

#7 Anagrams #10

@somekindofwallflower

Description

@somekindofwallflower
Owner

Description
Check to see if two provided strings are anagrams of each other.
One string is an anagram of another if it uses the same characters
in the same quantity. Only consider characters, not spaces
or punctuation. Consider capital letters to be the same as lower case

Examples

  • anagrams('rail safety', 'fairy tales') --> True
  • anagrams('RAIL! SAFETY!', 'fairy tales') --> True
  • anagrams('Hi there', 'Bye there') --> False

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @somekindofwallflower

    Issue actions

      #7 Anagrams · Issue #10 · somekindofwallflower/coding-interview-algorithms-and-data-structure