-
Count passing car pairs in C++
-
Count paths with distance equal to Manhattan distance in C++
-
Count palindrome words in a sentence in C++
-
Count Pairs of Consecutive Zeros in C++
-
Count pairs in an array that hold i*arr[i] > j*arr[j] in C++
-
Count pairs in an array such that LCM(arr[i], arr[j]) > min(arr[i],arr[j]) in C++
-
Count pairs in an array such that at least one element is prime in C++
-
Count pairs from two sorted arrays whose sum is equal to a given value x in C++
-
Count pairs from two arrays whose modulo operation yields K in C++
-
Count pairs from two BSTs whose sum is equal to a given value x in C++
-
Count operations of the given type required to reduce N to 0 in C++
-
Count of subsequences having maximum distinct elements in C++
-
Count of unique pairs (arr[i], arr[j]) such that i < j in C++
-
Count of values of x <= n for which (n XOR x) = (n – x) in C++
-
Count of subarrays whose maximum element is greater than k in C++
-
Count of sub-strings that do not contain all the characters from the set {‘a’, ‘b’, ‘c’} at the same time in C++
-
Count of sub-strings that contain character X at least once in C++
-
Count of sub-strings of length n possible from the given string in C++
-
Count of substrings of a binary string containing K ones in C++
-
Count pairs in an array such that frequency of one is at least value of other in C++