Questions tagged [spoj]

Sphere Online Judge (SPOJ) is a (programming) online judge system.

Sphere Online Judge (SPOJ) is an online judge system. Users submit solutions to problems posed in the form of source code.

12 questions
0
votes
1 answer

CHICKEGG chicks problem [spoj]

I was solving this problem and getting TLE (time limit exceeded). I was doing it using priorityqueue collection in java.I stored all the given egg hatching ability in priorityqueue and after that i took the first(smallest) element from priorityqueue…