Pete's Log: recursion fucking rocks, man

Entry #825, (Coding, Hacking, & CS stuff)
(posted when I was 22 years old.)

nuff said.

Actually, I'm finding myself pondering issues with memory usage in an algorithm. Another cool thing about recursive algorithms is that the space on the stack can be reused. So how do I take advantage of this? I don't know yet. And my current solution for this algorithm we're supposed to come up with isn't recursive anyway. I need to develop a better intuition for graph theory. I think a good way to do that would be to actually write real code to implement various graph algorithms. pseudocode just doesn't quite do the job...

I wonder if I'm gonna win a grammy this year... only three more weeks until I find out!