Create a new IntHistogram. This IntHistogram should maintain a histogram of integer values that it receives. It should split the histogram into "buckets" buckets. The values that are being histogrammed will be provided one-at-a-time through the "addValue()" function. Your implementation should us
(int buckets, int min, int max)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected