cs-lab34-old/histogram.h

7 строки
123 B
C++

#pragma once
#include <vector>
std::vector<size_t>
make_histogram(const std::vector<double>& numbers, size_t bin_count);