Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » optimization » contest results   (RSS)
Sorry, but there are no more tags available to filter with.
Contest Winner
So here is my answer to Monday’s contest: unsigned __int32 factorial( unsigned __int32 n ) { static const unsigned __int32 values[] = {1,1,2,6,24,120,720,5040,40320, 362880,3628800,39916800,479001600}; if ( n >= sizeof ( values ) / sizeof ( values[0] Read More...
Page view tracker