-
How to reverse a given string word by word instead of letters using C#?
-
How to return the index of first unique character without inbuilt functions using C#?
-
How to return the first unique character without using inbuilt functions using C#?
-
What are the different ways to find missing numbers in a sorted array without any inbuilt functions using C#?
-
How to find the missing number and the repeated number in a sorted array without using any inbuilt functions using C#?
-
How to find the minimum number of jumps required to reach the end of the array using C#?
-
How to rotate a matrix of size n*n to 90 degree using C#?
-
How to rotate a matrix of size n*n to 90-degree k times using C#?
-
How to print a matrix of size n*n in spiral order using C#?
-
How to print number of islands in a given matrix using C#?
-
How to find the power of any given number by backtracking using C#?
-
How to find all the permutation of the string by backtracking using C#?
-
How to get all the combinations of the keypad value in a mobile by backtracking using C#?
-
How to find the target sum from the given array by backtracking using C#?
-
How to find the distinct subsets from a given array by backtracking using C#?
-
How to find the unique combination k sum that corresponds to k sum using C#?
-
How to find the unique combination of sum from the given number C#?
-
How to find all the different combinations of opening and closing brackets from the given number k using C#?
-
How to find the minimum number of steps needed by knight to reach the destination using C#?
-
How to find the number of times array is rotated in the sorted array by recursion using C#?