cs-lab34/histogram_internal.h

5 строки
147 B
C++

#pragma once
#include <vector>
bool find_minmax(const std::vector<double>& numbers, double& min, double& max);
int color(int bin, int max_count);