The Computer Language
24.04 Benchmarks Game

mandelbrot description

Background

MathWorld: Mandelbrot Set.

Mandlebrot output N=200,converted to PNG

Thanks to Greg Buchholz for suggesting this task.

How to implement

We ask that contributed programs not only give the correct result, but also use the same algorithm to calculate that result.

Each program should:

cmp program output N = 200 with this 5KB output file to check your program output has the correct format, before you contribute your program.

Use a larger command line argument (16000) to check program performance.