Tuesday, March 13, 2001

Man, I love coding little cute algorithms, I love thinking about the most efficient way to implement
algorithms, weird little data structures.. Cool.


I find in C that I stick with simpler data structures like arrays, not like how I used to work in C++,
but then there is more to keep track of in C, which makes it fun and challenging.