Just finished my two math assignments that are due in for tomorrow. I'd done most of them, I just needed to write up neat and figure out one or two nit picks. I only started at about 12!
So you know you're a computer science geek when instead of sitting down and calculating out a large-ish Stirling Number [9,4] you write a program to calculate it for you!
My program didn't work on a technicality. I think! Well it won't run because it won't compile properly - I call my stirling number function from my main in Java which is static, so it says I can't call my function from a static context. CJ showed me a way around it quite a while ago but of course I've forgotten! So I sat down and calculated by hand.

0 Comments:
Post a Comment
<< Home