ajn96 / BogoSort

Factorial approximation tool using the big O complexity of a bogosort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ factorial finder. Uses the big O complexity of bogosort to approximate the factorial of a given size array. CLI provides options to select factorial to calculate, and number of averages for a given approximation.

About

Factorial approximation tool using the big O complexity of a bogosort


Languages

Language:C++ 94.4%Language:CMake 5.6%