Files
cs-lab34-2/histogram.h.save-failed
2023-06-07 15:25:51 +03:00

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