The project calculates the power of the user input integer up to 1,2,3,4 in the form of a tuple.
The project implements the bubble sort algorithm using Python programming language. Bubble sort is used to sort the elements of the array and known as one of the stable sort algorithms.
In this project we will implement the binary search in an array using the python programming language.