Saturday, December 18, 2010

FizzBuzz Problem

I was reading some threads in Dream.In.Code when I crossed this link. Interesting enough, it takes about 2 minutes for me to solve it. It supposed to be 1 minute, but I changed my mind about my code design when I realized there is a special specification of it that make it so simple. The FizzBuzz.

Thursday, December 16, 2010

C++ Coding Challenge #1

It is a challenge in Dream.In.Code. My program isn't like the expected because of my lack of knowledge, so it is really simple compared to others. But at least, I can practically use part of < algortihm > members now.