ron2794's blog

By ron2794, 11 years ago, In English

i have a simple equation of two variables say x and y such that x + y < 10^5 (this is a sort of constraint that i must obey). x and y can take only integer values.

now all i want to do is to maximise the equation consisting of these two variables x and y.

SO I have an equation like :

Ax + By (which i want to maxmise)

with constraints : x + y <= 10^5

where x,y can take only integer values

I googled a bit and this seems to be the case of integer linear programming which they say that is easier as compared to linear programming.

I am not able to figure out the algorithm that i need to know to maximise the equation efficiently. A simple brute force is not at all desirable to me, so I need something cool.

can you help me in figuring out the algorithm that i need to learn.(a brief explanation would be appreciated)

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By ron2794, 11 years ago, In English

i often find it hard to read other's code than to write mine own version of code but competitive programming is not just all about writing codes. i have often heard people that you learn a lot when you read other's code whether its when you are trying to learn something out of other's code or you are trying to hack a solution in any contest.

can you throw some light on how one can increase his ability to read totally unfamiliar code easily and understand the algorithm working behind it swiftly.

Full text and comments »

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

By ron2794, 11 years ago, In English

There is another competition waiting for you tommorow ( exactly 20 hours from now. ) on CodeChef viz. December Cook-Off

You need to register to participate in the contest. The contest duration will be 2.5 hours.

Timings are : 23rd december, 2012 9 PM to 12:00 AM IST

Codechef servers are updated and now judges faster than ever before.

Full text and comments »

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