Skip to content

Homework for Parallel Programming at Plovdiv University

Notifications You must be signed in to change notification settings

gyulshenabaz/WordAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordAnalyzer

Homework for Parallel Programming at Plovdiv University

Choose a book from Chitanka.Info and download it as plain text. Write aprogram that finds:

  • The number of words
  • The shortest word
  • The longest word
  • Average word length
  • Five most common words
  • Five least common words

First write a non-threaded version of the program, then write a multi-threaded version where each output is calculated in a separate thread. Compare the performance of both versions, using Stopwatch.

About

Homework for Parallel Programming at Plovdiv University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages