-
Find a distinct pair (x, y) in given range such that x divides y in C++
-
Find a Fixed Point (Value equal to index) in a given array in C++
-
Find a Fixed Point in an array with duplicates allowed in C++
-
Find a number x such that sum of x and its digits is equal to given n in C++
-
Find a pair of elements swapping which makes sum of two arrays same in C++
-
Find a pair with maximum product in array of Integers in C++
-
Find a pair with the given difference in C++
-
Find a point such that sum of the Manhattan distances is minimize in C++
-
Find a subset with greatest geometric mean in C++
-
Find a Symmetric matrix of order N that contain integers from 0 to N-1 and main diagonal should contain only 0’s in C++
-
Find All Duplicate Subtrees in C++
-
Find all factorial numbers less than or equal to n in C++
-
Find all pairs (a, b) in an array such that a % b = k in C++
-
Find all pairs (a,b) and (c,d) in array which satisfy ab = cd in C++
-
Find amount to be added to achieve target ratio in a given mixture in C++
-
Filling diagonal to make the sum of every row, column and diagonal equal of 3×3 matrix using c++
-
Find a number x such that sum of x and its digits is equal to given n using C++.
-
Find an array element such that all elements are divisible by it using c++
-
Find an element in array such that sum of left array is equal to sum of right array using c++
-
Find an equal point in a string of brackets using C++.