/MultithreadDemoProject

A collection of demo programs that show how multi-threaded algorithms can be used to speed things up (among other things)

Primary LanguageC

MultithreadDemoProject

This repository contains demo programs that use multi-threaded algorithms.

pi.c - multi-threaded pi calculation to arbitrary number of digits

do_dft2.c - Discrete Fourier Transform with multi-thread harmonic calculations

sortdemo - a wxWidgets-based sort algorithm demo featuring multi-threaded qsort