#pragma once
#include <iostream>
#include <vector>
void
show_histogram_text(std::vector<size_t>& bins, size_t & max_count,size_t & bin_count);