MicheleFiladelfia / fractals-cli

Multiplatform fractals explorer 🌌

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improving the computing of the fractal using dynamic programming.

MicheleFiladelfia opened this issue · comments

Using dynamic programming we can improve the efficency of the fractal computation taking advantage of ram to compute only the difference of pixels for each update.