#pragma once #include std::vector make_histogram(const std::vector& numbers, size_t bin_count); bool find_minmax(const std::vector& numbers, double& min, double& max);