Skip to content

Count the frequency of letters in texts using parallel computation.

License

Notifications You must be signed in to change notification settings

massimo-marino/parallel-letter-frequency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Letter Frequency

Files: occurrences.go, occurrences_test.go

Count the frequency of letters in texts using parallel computation.

Parallelism is about doing things in parallel that can also be done sequentially.
A common example is counting the frequency of letters.
Create a function that returns the total frequency of each letter in a text and that employs parallelism.

The implementation depends on the following packages:

Releases

No releases published

Packages

No packages published

Languages