Skip to content

Latest commit

 

History

History

Question_is_anagrams

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Question : write a method that checks if two strings or an array of strings are anagrams

  • You can write a method that just checks two strings, then write a new one that will check all of the strings in the array (or list)

You can contribute with a method