Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 366 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 366 Bytes

rdp_algorithm

Haskell implementation of the Ramer-Douglas-Peucker split and merge algorithm

This is the first "real world" application I've written in Haskell a month after starting to learn the language and its concepts. It is a direct implementation of the algorithm listed here.