Reverse and Print Common Characters in Two Strings Using Python
Find common characters between two strings at the same index positions after reversing the second string
Choose your challenge. Start easy and work your way up.
Find common characters between two strings at the same index positions after reversing the second string
Query database to find employees whose names start with 'S' or end with 'n' and order results by designation.
Print numbers from N down to 1 using recursion without modifying the original function signature
Process two strings based on a given operator (+, -, *) to concatenate, remove common characters, or interlace characters.
Determine if the tenth digit of a given integer is odd or even and print the result
Print a triangular pattern of 1s with N rows where each row i contains i number of '1' characters separated by spaces.
Given three integers, find the absolute difference between the second maximum value and the product of the maximum and minimum values
Given a string with one or more words, print only the words that are not palindromes. Print -1 if all words are palindromes.
Print characters at odd positions (1-indexed) in a given string by fixing logical errors in the provided C function.
Count the frequency of each alphabet character in a given string and display them in alphabetical order.
Calculate the sum of all odd numbers in a given range [M, N] inclusive.
Print 'Yes' for 'Y'/'y', 'No' for 'N'/'n', or 'Invalid' for any other character