пункт 3:добавила histogram.h

Этот коммит содержится в:
2025-05-01 17:07:01 +03:00
родитель e370b62ccf
Коммит 101cf124d2

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

@@ -0,0 +1,8 @@
#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