Monday, June 23, 2014

Lately

To be updating the blog, I'll post about things I've been doing lately.

As South America ICPC Regionals are getting closer, my studying time for this competition is raising. I'm currently putting more effort in my weak points (probability/geometry/string). I'm also a bit unquiet though the possibility that one of the strongest universities in ICPC is going to compete in our sub-regionals, nothing is confirmed, but I'm anxious, whether it proves to be true or not, I'll keep up my study basis.

As an intern for almost 2 years, where still dealing with pearl and catalyst framework along with other things (my focus is in the server side of this project) and now, with a few more modules to work with openssl to certificate authority purposes.

I' really trying to get back to my TopCoder rounds actively but I doesn't feel ready yet for a continuous DIV 1 contests run, so, I'll probably keep studying hard on DIV 1 problems for a time.

As a matter of curiosity, I've been using Manjaro Linux for about 3 months, it's my first 'rolling-release' experience and it's been pleasure. Manjaro is based in arch-linux, which obligates me to learn more about linux in it's fullness.

Bye

Saturday, February 15, 2014

Topcoder DIV1 - A dream became true

I can surely remember the fist time I logged in the topcoder applet, actually I was looking for a new game to play, but I realized it was problem solving platform, as I had a Java 'How to program' book I bought 2 years earlier. This years were full of study and effort, trying to reach the barrier of a weak math background and a non-existent algorithmic thinking. Almost 4 years after it, I decided to take part in SRM 609. As after full plate of fish for the lunch, I turned up my notebook on and registered.

As a new strategy, I'll post the links to the problems statements here, to be faster in explaining solutions right to the point. 

MagicalStringDiv2: 

The 250 problem was a piece of cake, a simple simulation doing what the statement asks. Iterate over the string, if the index is lower the the middle of the string and the symbol is '<' or the index is above string's middle and it's '>', one have to increase the answer.
Link
 

PackingBallsDiv2: 

The problem asks for the minimum number of packages to wrap balls, some people managed to solve this problem in a greedy manner, as I already had a lot of issues trying greedy approaches in 500 problems, the classic dynamic programming was my first choice, using 'the minimum number of packages to pack R, G and B balls' as a state, then we can roll states recursively or in a iterative manner trying all the possible outcomes for the current state.

VocaloidsAndSongs: 

The weird fact in this problem is that it's also solvable with dynamic programming, and it states are very close to the 500 problems too. It a counting problem with big numbers, requiring mod operations, this one is also 'do what statement asks' but do carefully, it's easy to make mistakes with this 'mod' operations.
Link


So thats it, thanks for reading, comments are welcome.

Thursday, February 6, 2014

yet another promise

I think all my post contains messages telling that I'll be posting things more often, but it never happens. I'm back here to a quick update, I'm optimist to be very close to Div 1 in both TopCoder and Codeforces and expecting to make it as soon as possible. I'm also studying for a research paper, so I'm currently very busy. That's it.

Saturday, January 18, 2014

Summer Training Camp

It's been a time since I don't post anything here, I've been participating actively in competitions, but seeing so more elaborated editorials floating around makes me less motivated to write. Within a few hours I'll be leaving for a 2 weeks training camp in Campinas, the second largest city in São Paulo. I'm looking forward to have a good time there and improve my coding skills, as well as posting updates about what's going on there.