Skip to content

c# app check if a string of words are anagrams of a given word

Notifications You must be signed in to change notification settings

ldam77/AnagramCheck-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Anagram

Anagram C#

By Anousone Kaseumsouk, Lan Dam, Jean Jia, 06.26.2018

Description

An application that determine if a list of words is an anagram of a given word.

Setup

Download Anagram.exe

Technologies Used

Application: CSharp, MS Test, netcoreapp1.1

Support and Contact

For any questions or support details, please email: ldam77@yahoo.com

Spec

  • Ask the user for a single word.
  • Ask the user for a list of words.
  • Determine which words from the list is anagram of the first word.
  • Allows partial match to also be anagram.
Input Expected Output
Word: bread List: beard board reads beard
Word: path List: hat tap that hat tap

Legal

Copyright (c) 2018 Lan Dam

This software is licensed under the MIT license.

About

c# app check if a string of words are anagrams of a given word

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published