Skip to content

Add ascii method#22

Merged
jpivarski merged 7 commits into
histogrammar:masterfrom
ab-10:master
Mar 30, 2017
Merged

Add ascii method#22
jpivarski merged 7 commits into
histogrammar:masterfrom
ab-10:master

Conversation

@ab-10
Copy link
Copy Markdown

@ab-10 ab-10 commented Mar 24, 2017

I have implemented an ascii method similar to that in Scala version of histogrammar. Ascii prints out to console a histogram of Bin.

In my implementation I created two helper methods and by doing so attempted to make the implementation more modular. Please let me know if this is not the design pattern you would like me to use.

Jean-Paul Sartre added 7 commits March 24, 2017 23:20
Prints an ascii histogram, similar to ascii method in histogrammar scala library.
I wanted to optimise the program by combining filling of values array
and filling of ranges array, but I forgot that I had changed my implementation
to not iterate over certain indeces for ranges array.
@jpivarski
Copy link
Copy Markdown
Member

Actually, I was too quick to accept that pull request. See #23, which corrects several points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants