-
Program to find longest nice substring using Python
-
Program to merge strings alternately using Python
-
Program to count items matching a rule using Python
-
Program to find nearest point that has the same x or y coordinate using Python
-
Program to check if binary string has at most one segment of ones or not using Python
-
Program to check whether one string swap can make strings equal or not using Python
-
Program to find second largest digit in a string using Python
-
Program to find maximum ascending subarray sum using Python
-
Program to find number of different integers in a string using Python
-
Program to determine color of a chessboard square using Python
-
Program to find k partitions after truncating sentence using Python
-
Program to find sign of the product of an array using Python
-
Program to find minimum operations to make the array increasing using Python
-
Program to check whether the sentence is pangram or not using Python
-
Program to find sum of digits in base K using Python
-
Program to replace all digits with characters using Python
-
Program to find minimum distance to the target element using Python
-
Program to find maximum population year using Python
-
Program to find two non-overlapping sub-arrays each with target sum using Python
-
Program to find least number of unique integers after K removals using Python