How does in-person/live LeetCode type questions work in interviews?
Hi, newbie to LeetCode here. Those who have done in-person/live technical questions, is it expected to provide the solution in one go?
What I want to ask is if, let's say, I am working on an array and hashing problem related to matrices, and I want to add print statements to check the matrix that I am generating step by step (or any other output), so I can keep track, are we allowed to do that?
Or is it expected that we solve the entire problem, without taking a look at the outputs being generated step by step?
Thanks!