Subject Details
Grade              : G 11
Section           : A-and-B
Regulation    : 2022-23
Teacher         : Mrs. Deepika
phone            : .
E-mail            : snsacdparents@gmail.com
225
Page views
21
Files
8
Videos
1
R.Links

Icon
Assignments

Due Dates Is Over
Due Date:20-01-2023
Binary Search
1.How is linear search different from binary search? 2.Accept a list containing integers randomly. Accept any number and display the position at which the number is found in the list. 3.For a given list of values in descending order, write a method in Python to search for a value with the help of Binary search method. The method should return position of the value and should return -1 if the value not present in the list.
Due Dates Is Over
Due Date:23-01-2023
List
Difference between append() and extend() Difference between del and clear Difference between remove and pop Difference between sort() and sorted()