Write a python program to demonstrate bubble sort and insertion sort. on June 24, 2021 Bubble Sort Insertion Sort +0 Python Bubble Sort Insertion Sort Python
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. on June 23, 2021 list +0 Python list Python
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. on May 31, 2021 list maximum median minimum mode + Python list maximum median minimum mode Python