-
Write a program in C++ to find the maximum and second maximum in a given unsorted array of integers
-
Write a program in C++ to find the missing positive number in a given array of unsorted integers
-
Write a program in C++ to find the most frequent element in a given array of integers
-
Write a program in C++ to find the top K frequent element in an array of integers
-
Given a sorted array of 0’s and 1’s, find the transition point of the array in C++
-
Check if two strings are anagram of each other using C++
-
What are pandigital numbers. Approach to find the pandigital Numbers using C++
-
Write a program in C++ to insert a Node at the beginning of the given Singly linked list
-
Maximum Erasure Value in C++
-
Remove comments in a string using C++
-
Write a program in C++ to remove duplicates from a given array of prime numbers
-
Write a program in C++ to replace all the 0’s with 5 in a given number
-
Reverse Vowels of a string in C++
-
Search an element in the given singly Linked List using C++
-
Sort an arrays of 0’s, 1’s and 2’s using C++
-
Square of a sorted array in C++
-
static_assert in C++
-
Tuple with the same Product in C++
-
Update the bit in the given position or Index of a number using C++
-
Valid Sudoku in C++