Skip to content

wolfen351/WordAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Technical Development Test

Rules:

  1. Use .Net v4.0+.
  2. Use C#.
  3. All code and referenced assemblies must be submitted in one zip file.  We need to be able to unzip and run the solution without changing settings, adding references or creating any databases.

Question: Write an application that will continually read text data from the stream provided (DevTest.LorumIpsumStream).

Then provide in real time (i.e. as you read it from the stream) the following information about the text: Total number of characters and words The 5 largest and 5 smallest word 10 most frequently used words List showing all the characters used in the text and the number of times they appear sorted in descending order

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages