code:split_on_files[3]
Этот коммит содержится в:
1
histogram.cpp
Обычный файл
1
histogram.cpp
Обычный файл
@@ -0,0 +1 @@
|
|||||||
|
#include "histogram.h"
|
||||||
9
histogram.h
Обычный файл
9
histogram.h
Обычный файл
@@ -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
|
||||||
Ссылка в новой задаче
Block a user