What data structure underlies a python list?
Answer / Shaji Najeev Siddiki
The underlying data structure for Python lists is an array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is array a collection?
Can array store heterogeneous data?
In tree construction which is the suitable efficient data structure?
Can an arraylist be null?
Which is faster quick sort or merge sort?
How do you implement a stack?
Define a complete binary tree?
What is stack push?
What the principle of quick sort and its complexity?
Explain what is linear search?
Why is it called bubble sort?
applications of stacks and their uses?