Exhaustive Search: CS 306 Lecture notes

Computer Algorithms II Lecture Notes

30 September 2008 • Exhaustive Search


Stirling’s approximation for large factorials gives a better handle on how fast n! grows:

n! ≈ (n/e)n√(2πn)
or n! grows rougly in proportion to nn.


This page last modified on 24 January 2006.