Skip to content

gabopushups/Valid_anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valid_anagram

Program to check if two strings are anagrams

Solution 1

Consists on converting the Strings to char arrays, sorting them, and them comparing them, by using the Arrays methods. Has a complexity of O (n log(n))

About

Program to check if two strings are anagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages