Этот коммит содержится в:
A(PozdiayevaAV)
2025-10-30 15:33:45 +03:00
родитель b6a822837f
Коммит 4c7620ae80

10
histogram.h Обычный файл
Просмотреть файл

@@ -0,0 +1,10 @@
#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);
#endif // HISTOGRAM_H_INCLUDED