#pragma once #include std::vector make_histogram(const std::vector&numbers, size_t & bin_count, size_t & number_count, size_t & max_count);