Do I have to complete all of my code to submit? (Data Structure Implementation)

I've seen online that most interviewers don't actually ask for you to develop the entire class data structure, is that the case here?

I haven't been able to run any code (with or without data structure definitons). I was wondering if this is the reason why.

e.g. Need to use stack. Do i need to program Stack class with stack.push / pop methods?

Thanks

Comments (1)