Skip to content

dennisdup/TempTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TempTracker

Write code to continually track the max, min, and avg as new numbers are inserted into a tracker class. Write a class TempTracker with these methods: A method to insert a new temperature. A method to get the highest temperature we’ve seen so far A method to get the lowest temperature we’ve seen so far A method to get the average of all temps we've seen so far Optimise for space and time. Favour speeding up the getters over the setters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages