code: добавлен заголовочный файл и файл реализации

master
EfimovaLA 11 месяцев назад
Родитель cf21c702a9
Сommit b004c3393e

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