Created
June 1, 2018 20:44
-
-
Save sheki/bc44c746f12234b82596ac1dea9be668 to your computer and use it in GitHub Desktop.
Histogram.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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