What is data structure operations?
How to reference all the elements in a one-dimension array?
Define graph?
What will happen if an array goes out of bounds?
Describe the complexity of Binary search
How many passes does bubble sort need?
Explain what is a spanning tree?
What is the difference between list, set and map?
Are duplicates allowed in list?
Is Linked List 'linear' or 'Non-linear' data structure?
What is indexing an array?
Can we extend an array after initialization?
You want to insert a new item in a binary search tree. How would you do it?