Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
159 views

Highest Percentage Increase

Lets say we have the following set of numbers representing values over time 1 2 3 10 1 20 40 60 Now I am looking for an algorithm to find the highest percentage increase from one time to another. ...
0
votes
2answers
92 views

Find a point that maximizes total distance from a set of points within a bounded area

Given a set of points p, I would like to find a point within the space b that bounds the region of p that is as far distant as possible from all points within p. This is in regards to implementing ...