Computing π (Revisited)
The Chudnovsky algorithm calculates π using a rapidly converging series,…
Optimized and Extended Mandelbrot Set Program
The Mandelbrot Set Program utilizes perturbation theory for faster image…
C++ Thread Pool
The ThreadPool class in C++ simplifies thread management by encapsulating…
C++ Multi-Threading Output Collator
This post discusses the creation of an OutputCollator class to…