cs-lab34/histogram.h

6 строки
190 B
C++

#ifndef HISTOGRAM_H_INCLUDED
#define HISTOGRAM_H_INCLUDED
std::vector<size_t>
make_histogram(const std::vector<double>& numbers, const std::size_t bin_count);
#endif // HISTOGRAM_H_INCLUDED