User profile: Ihavenoname

User info
User name:Ihavenoname
History
Joined:
Number of posts:5
Latest posts:

problem with implementing this question of codechef
@honeybuzz, you are right. It's not necessary that we choose 1 and 2 only. There can be a much bigge...

problem with implementing this question of codechef
Nice one @ipg. :P

Longest common prefix
@Maanas, how are you managing the queries using a Trie? You insert it into the Trie as well, and the...

problem with implementing this question of codechef
@yousuckloljk, what's the output of these test cases? [code] 4 1 1 1 -1 -1 -1 1 1 1 0 0 0 .2 5 5 5 ...

problem with implementing this question of codechef
[code] cons1=scalarproduct of (c-p,c-p) cons2=scalarproduct of (c-p,Q0-p) cons3=scalarproduct of (c-...