-
Count number of squares in a rectangle in C++
-
Count number of right triangles possible with a given perimeter in C++
-
Count number of solutions of x^2 = 1 (mod p) in given range in C++
-
Count number of step required to reduce N to 1 by following certain rule in C++
-
Count number of triplets (a, b, c) such that a^2 + b^2 = c^2 and 1<=a<=b<=c<= n in C++
-
Count number of triplets in an array having sum in the range [a,b] in C++
-
Count number of triplets with product equal to given number with duplicates allowed in C++
-
Count of index pairs with equal elements in an array in C++
-
Counting pairs when a person can form pair with at most one in C++
-
Counting numbers whose difference from reverse is a product of k in C++
-
Count ways to form minimum product triplets in C++
-
Count of pairs in an array whose sum is a perfect square in C++
-
Count unordered pairs (i,j) such that product of a[i] and a[j] is power of two in C++
-
Count valid pairs in the array satisfying given conditions in C++
-
Count ways of choosing a pair with maximum difference in C++
-
Count the triplets such that A[i] < B[j] < C[k] in C++
-
Count total divisors of A or B in a given range in C++
-
Counting cross lines in an array in C++
-
Count Triplets such that one of the numbers can be written as sum of the other two in C++
-
Count the numbers divisible by ‘M’ in a given range in C++