Skip to content

Islam-Elosman/Multithreaded-producer-consumer-text-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Multithreaded-producer-consumer-text-analysis

The code creates a system with a shared queue, where producer threads read sentences from a file and add them to the queue,

and consumer threads consume sentences from the queue, count the number of words and characters, and update the total counts. The program prints the consumed sentences, their word and character counts, and the total word and character counts at the end.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages