Rule of Five
When designing data types in C++, we often need to…
Function Pointers, Functors and Lambdas in C++
C++ supports a variety of function-like entities, including function pointers, functors, and lambdas.…
Multi-Precision Mandelbrot Set Program
Using IEEE 754 double precision values in the Mandelbrot Set…
Multi-Threaded Mandelbrot Set Program
Because each pixel in an image of the Mandelbrot Set…
Simple Mandelbrot Set Program
There are some limitations to this program: We will explore…
Computing π
Image credit: Cormullion, Julia code here. π (Pi) is the mathematical constant that…
Computing the Mandelbrot Set
The Mandelbrot Set is one of the most famous fractals in mathematics,…
Distributed Prime Number Computation
For computing lots of prime numbers, the Sieve of Eratosthenes…
Computational Complexity
Computational complexity is a measure of how many resources are required…
1 2 3 4