From c93525afd417544d261b6f370854a2cc7656d9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D1=91=D0=BD=D0=B0=20=D0=90=D1=83=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Mon, 5 Jun 2023 00:00:34 +0300 Subject: [PATCH] : --- histogram.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/histogram.h b/histogram.h index 08d8e34..d1b1414 100644 --- a/histogram.h +++ b/histogram.h @@ -2,7 +2,8 @@ #define HISTOGRAM_H_INCLUDED #include - +std::vector +make_histogram(const std::vector numbers, size_t bin_count); #endif // HISTOGRAM_H_INCLUDED