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

master
BadakinaVV 2 месяцев назад
Родитель 4702145242
Сommit 6555391dfe

@ -0,0 +1,9 @@
#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
Загрузка…
Отмена
Сохранить