You are here : InfyTQ Archive >> InfyTQ Coding Problems Given m*n matrix where m defines number of rows and n defines number of columns. Your job is to...
You are here : InfyTQ Archive >> InfyTQ Coding Problems Given a special set of numbers and a special sum. Find all those combinations from the given set, equaling...
You are here : InfyTQ Archive >> InfyTQ Coding Problems Given a row/column count and a matrix, your job is to find those possible 2*2 matrix where each should...
You are here : InfyTQ Archive >> InfyTQ Coding Problems You are given a list of numbers from 1 to 9, in which each word is seperated by ‘,’....
You are here : InfyTQ Archive >> InfyTQ Coding Problems You are provided with a string of numbers, check whether it is a palindrome or not. If it is...
You are here : InfyTQ Archive >> InfyTQ Coding Problems You are provided with a mathematical expression, your job is to solve this expression. Input : First Input :...
You are here : InfyTQ Archive >> InfyTQ Coding Problems You will be given a number in the form of string, extract out digits at odd places, square &...
You will be given a string of characters and special characters, you task is to reverse the string leaving special characters in same place. Input : First Input :...
You are here : InfyTQ Archive >> InfyTQ Coding Problems Find longest substring of unique characters which is case insensitive. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”,...
You are here : InfyTQ Archive >> InfyTQ Coding Problems For a given list of numbers, find its factors and add the factors. Then if the sum of factors...
