-
Find safe cells in a matrix in C++
-
Find Selling Price from given Profit Percentage and Cost in C++
-
Find smallest number K such that K % p = 0 and q % K = 0 in C++
-
Find closest smaller value for every element in array in C++
-
Find the number closest to n and divisible by m in C++
-
Find common elements in three linked lists in C++
-
Find the number of binary strings of length N with at least 3 consecutive 1s in C++
-
Find common elements in three sorted arrays in C++
-
Find the number of integers from 1 to n which contains digits 0’s and 1’s only in C++
-
Find consecutive 1s of length >= n in binary representation of a number in C++
-
Find the number of integers x in range (1,N) for which x and x+1 have same number of divisors in C++
-
Find count of common nodes in two Doubly Linked Lists in C++
-
Find the number of jumps to reach X in the number line from zero in C++
-
Find distance between two nodes of a Binary Tree in C++
-
Find the number of ways to divide number into four parts such that a = c and b = d in C++
-
Find distance from root to given node in a binary tree in C++
-
Find the Product of first N Prime Numbers in C++
-
Find duplicate in an array in O(n) and by using O(1) extra space in C++
-
Find the sum of digits of a number at even and odd places in C++
-
Find element in a sorted array whose frequency is greater than or equal to n/2 in C++.