Skip to content

AnthonySWest/AnagramCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages