Almost on every interview I’m asked some questions implies data structure implementation.
Is there really good reasons to implement own data structures in Java application?
Almost on every interview I’m asked some questions implies data structure implementation. Is there
Share
No, probably not in most cases.
But the interviewer wants to check you understand the theory behind them and how to use them correctly.