0% found this document useful (0 votes)
3 views1 page

PPL Lab Program

The document outlines a PPL Lab Program consisting of various tasks related to Python programming. These tasks include implementing quick sort and merge sort algorithms, manipulating strings, finding specific numbers, and performing binary and linear searches. Each task is designed to enhance programming skills and understanding of sorting and searching techniques.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

PPL Lab Program

The document outlines a PPL Lab Program consisting of various tasks related to Python programming. These tasks include implementing quick sort and merge sort algorithms, manipulating strings, finding specific numbers, and performing binary and linear searches. Each task is designed to enhance programming skills and understanding of sorting and searching techniques.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like