0% found this document useful (0 votes)
5 views

Python program file

The document lists 25 Python programs submitted by Palak Rohilla, covering a variety of tasks such as counting unique values, finding combinations, and sorting algorithms. Each program addresses specific functionality like removing duplicates, searching, and matrix multiplication. The programs also include operations like finding GCD, computing square roots, and handling command line arguments.

Uploaded by

mukulrohilla004
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)
5 views

Python program file

The document lists 25 Python programs submitted by Palak Rohilla, covering a variety of tasks such as counting unique values, finding combinations, and sorting algorithms. Each program addresses specific functionality like removing duplicates, searching, and matrix multiplication. The programs also include operations like finding GCD, computing square roots, and handling command line arguments.

Uploaded by

mukulrohilla004
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
You are on page 1/ 10

Python program file

Submitted by -Palak Rohilla

Program1-program to count unique values inside a list

program2--List product exeluding duplicates

program3--Extraet elements with Frequeney greater than K


program4--Test if List contains elements in Range

program5-✔program to cheek if the list eontains three


consecutive common numbers in Python

program6-program to find the Strongest Neighbour


Program7-Program to print all Possible Combinations from the three Digits

Program8-program to find all the Combinations in the list with the given condition
Program9=program to get all unique combinations of two Lists

Program10-program to remove all the occurrences of an element from a list


Program11--Remove Consecutive K element records

program12--Replace index elements with elements in Other List

program13-Program to Retain records with N occurrenees of K


Program14-Program te Sort the list aeeording to the column using
lambda

Program15-Compute the GCD of two numbers.

program16- Find the square root of a number (Newton's method


program17-Exponentiation (power of a number)

program18-Find the maximum of a list of numbers

Program 19-Linear search and Binary search


program20-Selection sort, Insertion sort

program21-Merge sort

program22-First n prime numbers


program23-Multiply matrices
program24-Programs that take command line arguments
(word count)

program 25-Find the most frequent words in a text read from a


file

You might also like