Algorithm for deciding price ranges.
Posted
by Paul Knopf
on Stack Overflow
See other posts from Stack Overflow
or by Paul Knopf
Published on 2010-06-05T17:06:31Z
Indexed on
2010/06/05
17:12 UTC
Read the original article
Hit count: 355
algorithm
|calculation
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!
© Stack Overflow or respective owner