Find elements that exist in both lists
Find elements that are in one list but not the other
Print a triangle pattern using asterisks (*)
Print an inverted triangle pattern
Create a pyramid pattern using numbers
Check if a number has exactly two divisors
Generate all prime numbers between 1 and 100
Display ASCII code for each character in a string
Remove all non-alphabetic characters from text
Count uppercase and lowercase letters separately
Capitalize first letter of each word in a sentence
Replace all spaces with underscores in text
Find all possible substrings of a given string
Count occurrences of a substring in main string
Check if two strings contain same letters rearranged
Count characters that appear more than once
Find first character that appears only once
Find first character that appears more than once
Convert decimal number to binary representation
Convert binary number to decimal representation
Convert temperature from Celsius to Fahrenheit
Generate a list of N random numbers
Sum 1 to N using mathematical formula (N*(N+1)/2)
Calculate power without using ** operator
Create add, subtract, multiply, divide functions
Calculate compound interest for investments
Shift all elements in list one position to the right
Check if a list is already sorted in ascending order
Merge two sorted lists into one sorted list
Find which number is missing from 1 to N sequence
Find all numbers that appear more than once
Count pairs of numbers that add up to target sum
Implement efficient search algorithm for sorted lists
Remove all zero values from a list
Convert nested list into single flat list
Find character that appears most frequently
Remove all vowels from a string
Create alternating pattern like a checkerboard
Swap two variables without using a third variable
Extract and print only numeric digits from a string