Kronecker product based fractals: Difference between revisions

Content deleted Content added
Trizen (talk | contribs)
m →‎{{header|Sidef}}: added link to output files
Thundergnat (talk | contribs)
m →‎{{header|C}}: Remove vanity tags
Line 43:
Thus this implementation treats the initial matrix as a [https://en.wikipedia.org/wiki/Sparse_matrix Sparse matrix]. Doing so cuts down drastically on the required storage and number of operations. The graphical part needs the [http://www.cs.colorado.edu/~main/bgi/cs1300/ WinBGIm] library.
<lang C>
/*Abhishek Ghosh, 20th September 2017*/
#include<graphics.h>
#include<stdlib.h>