From 0dca4008e58df7229e97307ab01f827813accde8 Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Sun, 29 Sep 2024 11:37:51 +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=5Finternal.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 histogram_internal.h diff --git a/histogram_internal.h b/histogram_internal.h deleted file mode 100644 index 7d546c7..0000000 --- a/histogram_internal.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef HISTOGRAM_INTERNAL_H_INCLUDED -#define HISTOGRAM_INTERNAL_H_INCLUDED -#include -#include - -bool find_minmax(const std::vector& numbers, double& min, double& max); - -std::string -bin_color(size_t bin, size_t max_count); -#endif // HISTOGRAM_INTERNAL_H_INCLUDED