cs-lab34/histogram.h.save-failed

16 строки
280 B
Plaintext

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