Skip to content

Instantly share code, notes, and snippets.

@sheki
Created June 1, 2018 20:44
Show Gist options
  • Save sheki/bc44c746f12234b82596ac1dea9be668 to your computer and use it in GitHub Desktop.
Save sheki/bc44c746f12234b82596ac1dea9be668 to your computer and use it in GitHub Desktop.
Histogram.txt
/*
histogram [1,1,1,5] ==
*
*
* *
==========
0123456789
histogram [1,4,5,4,6,6,3,4,2,4,9] ==
*
*
* *
****** *
==========
0123456789
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment