Is learning the implementation of all the data structures like heaps, queues, vectors, binary tree etc. important from interview point of view? What I mean to say is that we can use STL for each of them which is much easier to use, so are there any question related to the implementation part in the interviews where we have to make all the functions of any data structure by ourself?
Build data structures
@tanyaa.sood there probably wont be questions specifically about the implementation of data structures, but it helps to know the inner workings while designing efficient algorithms yourself, and ofc you can better remember the time and space complexity of various operations on each data structure and hence the pros and cons of using them according to the needs of the question.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.