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