Since I left college for a semester, I figured out I had to occupy myself with something, so I grabbed a huge-ass book about C and set myself a commitment: in 1 month I had to get the hang on implementing data structures in C. Yes, in C.
It really worked. Now I have a spankin’ new, fully functional linked list sitting in my hard drive, and I even took a couple of minutes to port the whole thing to Java. It even served me to notice the difference between C and Java: C involves a lot of tedious manual work, while Java takes care of that stuff automatically and lets you focus on your program.
I declare this thing complete!
