PPL Lab Program
1. To write a python program to sort the given list of data items using
quick sort techniques.
2. To write a python program to perform sorting of the given data
items using merge sort.
[Link] instructions in python to perform each of the steps below a)
Create a string containing at least five words and store it in a variable.
b) Print out the string. c) Convert the string to a list of words using
the string split method. d) Print out the sorted, reversed list of words.
[Link] all numbers which are multiple of 17, but not the multiple of
5, between 2000 and 2500.
[Link] write a python program to perform Binary search.
[Link] write a python program to perform linear search.