some suggestions to codechef team ...

i am new here … just 3 months old. i felt some things inconvenient.
i suggest following …

  1. like Google Code Jam … if there are levels for each question, then we will get to know if our approach is correct or not in small input level… then we can go for next level.

  2. i work on the editor directly… when i get errors … i have to go to my submissions and copy my code and modify and again submit… instead if i get errors and solution on same page and if i have edit option then it will be much appreciated.

Hope to get some reply …

3 Likes

It will be good if you start using Linux as your operating System.
Then if you cant get it, then try with on line compilers.
Eg:-codepad
link text
Another Eg is :-Ideone link text
Your suggestion is pretty good, specially those who were using Compilers like Turbo and etc.Even i shifted to Linux only to do programming, and now i frequently use Linux.Linux is really awesome bro.
Try to work on these online compilers till you shift to linux.
Enjoy Programming…:slight_smile:
All the BEST BRO!!!

2 Likes

User Interface is not good. It would be good if the site has some good UI. I really like the site and its quality questions but its UI is the Only one thing I don’t like. PLEASE see this issue.

Ur site really has the bunch of good questions,But i felt for practice problems you display which test cases are running and which are giving errors.this will be really helpfull for beginners

hope to get reply soon

well, regarding the first point, in most of the GCJ small data sets, brute force seems a quick solution (in writing), so that decreases the chance that users will actually think about the algorithm.