You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LineGraph needs to be split up to use a separate data container. My suggestion for this data container is that it's simply a wrapper for List<Double>. Removing the need for getMin and getMax methods on LineGraph itself.
Also it might be possible to combine the two IntStreams into one.
The text was updated successfully, but these errors were encountered:
LineGraph
needs to be split up to use a separate data container. My suggestion for this data container is that it's simply a wrapper forList<Double>
. Removing the need forgetMin
andgetMax
methods onLineGraph
itself.Also it might be possible to combine the two
IntStreams
into one.The text was updated successfully, but these errors were encountered: