From 776b25f6247e288e90aca13e119a611d7102a7e1 Mon Sep 17 00:00:00 2001 From: LykovaYA Date: Thu, 21 Nov 2024 20:58:57 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B3=D0=B8=D1=81=D1=82=D0=BE=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 histogram_internal.h diff --git a/histogram_internal.h b/histogram_internal.h new file mode 100644 index 0000000..8179497 --- /dev/null +++ b/histogram_internal.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +void +find_minmax(const std::vector& numbers, double& min, double& max);