Skip to content

Once data is collected from a file, the efficiency of the buffered program is tested.

Notifications You must be signed in to change notification settings

luisarojas/buffered-vs-unbuffered-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The assignment consisted in coding two readers: buffered and unbuffered. The readers were supposed to get the last letter of every word in the dictionary. The number of times each letter from A-Z appeared in said spot was to be recorded and then made into a histogram. Once the coding was done, the efficiency of the buffered program was tested on a hard disk drive (HDD) and on a USB.

About

Once data is collected from a file, the efficiency of the buffered program is tested.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages