-
Find and print duplicate words in std::vector using STL functions using C++.
-
Find area of parallelogram if vectors of two adjacent sides are given using C++.
-
Find area of triangle if two vectors of two adjacent sides are given using C++
-
Find ceil of a/b without using ceil() function in C++.
-
Find column with maximum sum in a Matrix using C++.
-
Find difference between sums of two diagonals in C++.
-
Find floor and ceil in an unsorted array using C++.
-
Find Harmonic mean using Arithmetic mean and Geometric mean using C++.
-
Find if a number is part of AP whose first element and difference are given using C++.
-
Find if two rectangles overlap using C++.
-
Find largest prime factor of a number using C++.
-
Find last two digits of sum of N factorials using C++.
-
Find max in struct array using C++.
-
Find minimum sum of factors of number using C++.
-
Find N Arithmetic Means between A and B using C++.
-
Find N Geometric Means between A and B using C++.
-
Find number of magical pairs of string of length L in C++.
-
Find number of pairs in an array such that their XOR is 0 using C++.
-
Find one extra character in a string using C++.
-
Find original array from encrypted array (An array of sums of other elements) using C++.