Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anagram (CSharp) Test Program

Author: Anthony S. West, 2022/08/01 (for C#)

Compares two strings to see if they are an anagram.

Example, run from console:

Anagram.exe testStr testStr2

Assumptions: While the program shouldn't crash for invalid inputs, it is expected that the two strings are alpha chars only. Non alpha chars are ignored, meaning "test one" and "testeno" will test true as an anagram.

About

C# equal length anagram solver.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages