-
Check if sum of divisors of two numbers are same in Python
-
Check if sums of i-th row and i-th column are same in matrix in Python
-
Check if the array can be sorted using swaps between given indices only in Python
-
Check if the array has an element which is equal to product of remaining elements in Python
-
Check if the array has an element which is equal to sum of all the remaining elements in Python
-
Check if the array is beautiful in Python
-
Check if the binary representation of a number has equal number of 0s and 1s in blocks in Python
-
Check if the characters in a string form a Palindrome in O(1) extra space in Python
-
Check if the characters of a given string are in alphabetical order in Python
-
Check if the elements of stack are pairwise sorted in Python
-
Check if the first and last digit of the smallest number forms a prime in Python
-
Check if the frequency of all the digits in a number is same in Python
-
Check if the frequency of any character is more than half the length of the string in Python
-
Check if the given array can be reduced to zeros with the given operation performed given number of times in Python
-
Check if the given array contains all the divisors of some integer in Python
-
Check if the given decimal number has 0 and 1 digits only in Python
-
Check if the given number is Ore number or not in Python
-
Check if the given number K is enough to reach the end of an array in Python
-
Check whether given circle resides in boundary maintained by two other circles in Python
-
Check whether given degrees of vertices represent a Graph or Tree in Python