jramb / mandelbrot

A collection of implementations of the Mandelbrot algorithm
0 stars 0 forks source link

Add C++ implementation of the Mandelbrot algorithm #1

Closed lemorage closed 1 year ago

lemorage commented 1 year ago

I noticed that the repository currently lacks a C++ implementation of the Mandelbrot algorithm. Have you considered adding a C++ implementation before? If possible, I would like to create a PR to add the C++ implementation of the Mandelbrot algorithm.

jramb commented 1 year ago

Haha, well, no, I have not considered C++ yet. TBH it is not on my personal TOLEARN list even. Anyway it is not that I want to compete with Rosetta Code, have a look here: https://rosettacode.org/wiki/Mandelbrot_set#C++

lemorage commented 1 year ago

@jramb Great, totally understand. BTW, the link is tremendously surprising. Cheers!