eternallearner's blog

By eternallearner, history, 7 years ago, In English

Well, i solved 20 odd problem here on codeforces before appearing in my first tournament. The tournament was really an eye opener and i did learn a few things from it. I understood that the nature of the solution plays a huge role. I was initially excited that i could solve all the problems without a hitch. But then i realized that using brute force or the first solution that came to my mind wasn't enough. You needed a fairly efficient algorithm to solve it within the given time-limit; since i was using python, it only made things worse. I think i need to dive into data structures and algorithms to head up the ratings.

Full text and comments »

  • Vote: I like it
  • -23
  • Vote: I do not like it

By eternallearner, history, 7 years ago, In English

I just solved my first competitive coding problem. I know i have a long way to go. But I will keep practising and suprisingly enough, my first submission took some effort and taught me a thing or two.

Full text and comments »

  • Vote: I like it
  • +29
  • Vote: I do not like it