Since 4/26/2012 11:31:52 PM, contactgreg has written 2 articles and participated in 1 conversations. contactgreg signature: contactgreg
contactgreg's articles:
Items(2) /1
Don't want to reinvent a Mail Server... what should I use?026 (11/1/2004 11:31:22 PM) comp.programming I am planning to write software that will manage thousands of incoming and outgoing emails -- basically an email service. This will probably all go through a central server or network of servers. Should I writ... contactgreg
VS.NET Academic Edition -- Can I use it for...434 (10/31/2004 5:40:27 AM) comp.programming Hey everybody. I just bought a copy of Visual Studio.NET 2003 Academic Edition from my college bookstore. It's much cheaper for us students. I'm hoping that I will be able to develop commercial software with i... contactgreg
contactgreg's replies:
Items(1) /1
Fastest factorial algorithm2564 (11/12/2003 1:15:12 PM) comp.theory What is the fastest algorithm for computing factorial, for very large numbers (e.g. 10000!)? Normally this would take n-2 multiplications, by multiplying out each term n(n-1)(n-2)(n-3)...3.2. Is a better wa... calum.bulk(228)