Sha256: b56922f0a37763050b74d0e313adea3c3ebc3dbd927d9d5aaeaebfab07ae49df
Contents?: true
Size: 489 Bytes
Versions: 74
Compression:
Stored size: 489 Bytes
Contents
# Parallel Letter Frequency 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 list of texts and that employs parallelism. ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
74 entries across 74 versions & 1 rubygems