People asking help on facebook
It's slightly off-topic post but, a necessary one. From, the past few contests i observed a thing unkown people are asking help and hints about the codechef long-contest problems on facebook by...
View ArticleContest question
To take part in the september challenge 2013 should I have signed-up somewhere or am I good to go as it is(without prior sign-up) and if I am able to participate where can I see my rating?
View ArticleSuggest me a book for algos
Hey, can anyone suggest me a good book for algorithms at beginner level ?? I have CLRS but its very difficult to understand . :(
View ArticleSIGSEGV error
can anyone tell me why the program at this link:http://www.codechef.com/viewsolution/2366766 is showing SIGSEGV error.
View Articlejava vs other
why is the running time of java so large compared to other languages,isn't there any way to reduce it other than making the algorithm efficient!!
View Articleatm python
please help me i m stuck ..i am getting a run time error here's the code :with_draw,balance =input().split() with_draw=int(with_draw) balance=float(balance) if with_draw>balance or with_draw<0 or...
View ArticleRun time error in Fierce Battles
I am getting run time error in fierce battles , and i am unable to find the reason for it as it runs on my laptop.
View ArticleRun time error
Hello. Sometimes I get(no just I i think there are many people) run time error when I submit my code. but there is no error on my system. it is difficult to find why run time error happened because on...
View Articlerun time error
hi, i wrote the code for life, universe, and everything given in easy category. this is my first code in this codechef. i am getting run time error. what it...
View ArticleRun time error with http://www.codechef.com/problems/ENCD04
This question was from a codecehef contest Encoder 2010.I saw there also that people complained about runtime error and in the practice problem also people have complained about runtime error. So far...
View ArticleGetting run time error for mixtures question
My solution is http://www.codechef.com/viewsolution/1232748 for the problem http://www.codechef.com/problems/MIXTURES.But I am getting run time error.Please suggest me that why am getting run time...
View Articlegetting run time error..please help...i am getting correct output wen i do it...
import java.io.; import java.util.;class alienchef {/** * @param args * @throws IOException * @throws NumberFormatException */ public static void main(String[] args) throws NumberFormatException,...
View ArticleSuggest me a book for algorithm
Hey, can anyone suggest me a good book for algorithms at beginner level ?? I have CLRS but its very difficult to understand . :(
View ArticleRunTime error in Small factorials help me please!
http://www.codechef.com/problems/FCTRL2and here is my solution http://www.codechef.com/viewsolution/2651693
View ArticleFree ebook download in C/C++,phython Ruby
A collection of ebook for free download for C/C++ programming- http://bit.ly/1eyDXI4 I hope this gonna help everyone Thanks, I hope this will help you all a lotJUST FOR INFORMATION-- 5 most succesful...
View Articlememset time complexity
Can anyone tell me what is the time complexity of memset to initialise an array of size N.
View ArticleHow to supply command line arguments for java porgrams
I've a submitted code for ATM problem under EASY section. My code ran well in my pc with meeting code & execution time constraints.In this platform, my code passed compilation stage too.And i get...
View ArticleGeneral - Query
During long run contest, why can't you give some hints after some days to solve the hard problems ? If the idea seems to unethical , please comment why. Just a suggestion. I believe that there will be...
View Articlebinary tree postorder traversal
Given postorder of a binary tree and a nodepath.find in how many root-to-leaf paths does the nodepath lie. If postorder traversal is txyCabDBA small letters are leaf nodes and capital are root or...
View Article