-
Find a peak element in C++
-
Find a triplet from three linked lists with a sum equal to a given number in C++
-
Find a triplet that sum to a given value in C++
-
Find a value whose XOR with given number is maximum in C++
-
Find all triplets with zero sum in C++
-
Find all divisors of a natural number - Set 1 in C++
-
Find all divisors of a natural number - Set 2 in C++
-
Find all the pairs with given sum in a BST in C++
-
Find amount of water wasted after filling the tank in C++
-
Find any one of the multiple repeating elements in read only array in C++
-
Birthday Paradox in C++
-
C++ Program to Delete the First Node in a given Singly Linked List
-
Write a program in C++ to check if a string can be obtained by rotating another string by two places
-
Write a program in C++ to count the Number of substrings that starts with ‘1’ and ends with ‘1’
-
Counting elements in two arrays using C++
-
Delete a tail node from the given singly Linked List using C++
-
Detect Capital in a given string using C++
-
Find the index of the first unique character in a given string using C++
-
Find the Kth Node from the end in a given singly Linked List using C++
-
Write a program in C++ to find the length of the largest subarray with zero sum