From 85624970a29d9f7a130aab4ba7b8b0c0ef97eae3 Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Sun, 29 Sep 2024 11:37:47 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'h?= =?UTF-8?q?istogram.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 histogram.h diff --git a/histogram.h b/histogram.h deleted file mode 100644 index 0d8dc8c..0000000 --- a/histogram.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef HISTOGRAM_H_INCLUDED -#define HISTOGRAM_H_INCLUDED - -#include - -std::vector -make_histogram(const std::vector& numbers, size_t bin_count); - -#endif // HISTOGRAM_H_INCLUDED