1.

Which of the following arrays are used in the implementation of list data type in python?(a) Bit array(b) Dynamic arrays(c) Sparse arrays(d) Parallel arraysQuestion is taken from Dynamic Array in chapter Arrays Types of Data Structures & Algorithms II got this question by my school principal while I was bunking the class.

Answer»

Correct choice is (B) Dynamic ARRAYS

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions