#152 — RDP Algorithm
Back 
The Ramer–Douglas–Peucker algorithm (aka "iterative end-point fit algorithm"), takes a curve composed of line segments and reduces the fidelty to a " ...
- Wikipedia Description and References for RDP Algorithm. 
- Detailed explanation of path following and scalar projection from Nature of Code text. 
- NOC Processing example on simple scalar projection. 
- Live Stream Archive of this challenge. 
