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