Posts

Write a program using function that takes a sorted list and a number as an argument. Search for the number in the sorted list using binary search. Attach output screenshots also.

Write a Python Program to find the maximum, minimum, mean, median and mode from a list of numbers by using user defined functions. Attach output screenshots also.