Algorithm for deciding price ranges.
- by Paul Knopf
I am looking for code that will take a huge list of numbers, and calculate price ranges correctly. There must be some algorithm that will choose the proper ranges, no?
I am looking for this code in c#, but any language will do (I can convert).
Thanks in advance!