-
Write your own strcmp that ignores cases in C++
-
Write your own memcpy() and memmove() in C++
-
Write your own atoi() in C++
-
Write Code to Determine if Two Trees are Identical in C++
-
Write an iterative O(Log y) function for pow(x, y) in C++
-
Write an Efficient Method to Check if a Number is Multiple of 3 in C++
-
Write an Efficient C Program to Reverse Bits of a Number in C++
-
Write a program to reverse digits of a number in C++
-
Write a program to reverse an array or string in C++
-
Write a Program to Find the Maximum Depth or Height of a Tree in C++
-
Write a program to Calculate Size of a tree - Recursion in C++
-
Write a program to calculate pow(x,n) in C++
-
Write a function to get Nth node in a Linked List in C++
-
XOR of Sum of every possible pair of an array in C++
-
XOR of Prime Frequencies of Characters in a String in C++
-
XOR of the path between any two nodes in a Binary Tree in C++
-
XOR of numbers that appeared even number of times in given Range in C++
-
XOR of all the nodes in the sub-tree of the given node in C++
-
XOR of all the elements in the given range [L, R] in C++
-
XOR of all subarray XORs in C++