Hi Leetcoders,
I hope you are doing well in this pandemic. I have practiced a good of interview coding questions and I think I have got good problem solving ability. I first write down the soln on paper (which I think may help in whiteboard interviews/Google docs). But i tend to make silly mistakes while writing code on editors which result in compilation errors. Ex: I write queue.top() [in cpp] while solving on leetcode (copying directly from paper) only to realise that it should have been queue.front(), get AC after correcting these silly errors.
1: How much does these mistakes matter in virtual onsites.
2: In a coderpad rounds where we need to run the code, how much will this cost to me given, solution is correct.