CBSE Class 12 Computer Science Question 9 of 68

Data Structures - I : Linear Lists — Question 5

Back to all questions
5
Question

Question 5

Name the efficient algorithm offered by Python to insert element in a sorted sequence.

Answer

insort() function of bisect module in Python.