Top "Simplification" questions

simplifying fractions in Java

My task is to develop a rational class. If 500 and 1000 are my inputs, then (½) must be my output. I have …

java simplification rational-numbers
Visvalingam-Whyatt polyline simplification algorithm clarification

I'm trying to implement a polyline simplification algorithm. The original article can be found here: http://archive.is/Tzq2. It …

algorithm polyline simplification
How can I combine a conditional with a for loop in Python?

I have a simple example I've drawn up. I thought it was possible to combine if statements and for loops …

python for-loop syntax simplification
line simplification algorithm: Visvalingam vs Douglas-Peucker

I am trying to implement a line simplification algorithm. The main 2 algorithms I found are: Ramer-Douglas-Peucker Visvalingam-Whyat Currently I am …

algorithm polygon computational-geometry simplification