Этот коммит содержится в:
Алёна Аулова
2023-06-05 00:00:34 +03:00
родитель aee4e114a9
Коммит c93525afd4

Просмотреть файл

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