Which of the following arrays are used in the implementation of list data type in python?
Which of the following arrays are used in the implementation of list data type in python? Correct Answer Dynamic arrays
Dynamic arrays are used in the implementation of list data type in python. Sparse arrays are used in the implementation of sparse matrix in Numpy module. All bit array operations are implemented in bitarray module.