Tag Archives: longest increasing sequence

From Functional to Imperative programming

In http://63.33.192.41/the-power-of-generic-algorithms/, we mentioned the need of taking into consideration the physical limitations of time and space when writing an algorithm. In this post, we will show how the anatomy of an algorithm varies as successive optimisations are added. This change is reflected, especially, in the shift from a functional to an imperative style. As we… Read More »