Sukeesh's blog

By Sukeesh, history, 7 years ago, In English



I never try problems with low solved count.

I never even try to read the problem statement.

Install this script from here and try to take over the world! ;)



I hope this would be helpful!

Full text and comments »

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

By Sukeesh, 8 years ago, In English

Problem : http://www.lightoj.com/volume_showproblem.php?problem=1150

How to assign ghosts to humans?

In this problem, we must minimize the maximum cost used in the assignment!

How to solve this?

Thanks in advance!

Full text and comments »

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

By Sukeesh, 8 years ago, In English

Can some user with coach mode provide me test case 10 for this problem? My Solution.
I am finding the maximum distance from one of the extremes and then printing all the vertices in the order of distances.
Please correct me, If am wrong!.
Thanks!

Full text and comments »

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

By Sukeesh, 8 years ago, In English

Hello everyone,
I have been trying this problem
My Solution is getting Memory Limit Exceeded (even though I don't think, I have declared anything Memory consuming)
Can someone please help me?

EDIT : figured out my mistake! AC

Full text and comments »

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

By Sukeesh, history, 8 years ago, In English

GoCF

Contest parser for codeforces (only C++)

Github link : https://github.com/sukeesh/GoCF

Requirements

Tested on Linux Ubuntu 14.04, Elementary OS Freya.

Installation

  • Run ./install.sh

Usage

  • After the contest begins, fire up your terminal and type incf
  • Now, enter the contest code
  • GoCF will now download the test cases for you!
  • Now, for example let us take contest code as 624, name your problems as 624_A.cpp, 624_B.cpp, . .(Case sensitive)
  • Code in your favourite editor.
  • now, for testing your solution just gocf 624_A.cpp.
  • If you want to add a custom test case, adcf and enter problem code.

Asciinema

asciicast

EDIT

Added 'add Custom test case' feature and install script.

© [ Sukeesh ]

Full text and comments »

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

By Sukeesh, history, 8 years ago, In English

Recently, I have been facing this Ajax issue
I need to refresh my page to know the verdict of my solution.
When I logged out of my profile , now this is working absolutely fine and tried again by logging in. Now, I need to refresh my page.
Tried switching browser ( Chrome to Firefox ), same issue.
anyone facing this issue?
any solution to this?

Full text and comments »

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

By Sukeesh, history, 9 years ago, In English

Hello everyone,
I am trying to solve this problem, but I couldn't get an idea.
So, someone please give a hint/idea.
Thanks in advance.

Full text and comments »

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