Respected @Balajiganapathi Sir,
i wanted to ask about this practice contest CodeDrills , as of present i have learned only 1% 0f c++ foundations , albeit i was able to solve problem statement one of this contest but i got it correct after 4 tries , i am currently learning c++ from educate.io & the course depicts that all topics are covered which is the reason I also included a snapshot of the course topics and how much i have completed , So my query is shall i continue my learning and then retry solving the practice contest or solve the drills on codedrills platform or practice c++ with the few knowledge i have ?
That’s a great question. I would recommend doing both - learning the details and standard library of a language like C++ is important but at the same time it is also important to gain practice by solving problems. You can start with easy tagged problems or easier problems of past contest on codedrills. Try solving problems regularly - it Is ok to take multiple tries to solve a problem! Don’t worry about number of tries or not being able to solve a problem - those are good learning opportunities to learn something!
Another query : Is there any code testing limit before submitting for online judging, because then i might have some problem using local compilers such as g++ gnu.
Sorry i meant that how many times can i test the code on codedrills ide before submitting it for online judging , because according to iarcs contest environment has ubuntu os and i don’t have experience with compiling code through command line.So the alternate solution is to use the ide of codedrills during contest.
We do recommend using locally to ensure code is saved properly. On CodeDrills there is no limit on number of times. But there is a limit on how soon you can do it - it is around 10s (i.e. you have to wait 10s before running/submitting again).There is also a limit on how many times you can submit (but not test runs).
Due to high number of test cases and contestants, it might take a while to get the verdicts. Please be patient. In general test as much as possible locally with your own cases before submitting to avoid long wait times to know results.
Moreover, I am getting understanding what these subtasks are and how to use them in our code, I can solve what is asked in subtaks but I am not understanding how to solvw it , i.e either i have to create a other method or i have to make a condition check or anything else, please tell me as for my correct answers also they are not accpeting my solutions
@Balajiganapathi Sir according to 31st mock test, is zco harder or easier?
And can you please provide me important list of methods for cp in java like str.toCharArray, .lenght, etc.,