Join Regular Classroom : Visit ClassroomTech

coding question

Anagrams | Coding Problem Solve | codewindow.in

Anagram An anagram is a word, phrase or name formed by rearranging the letters of another word, phrase or name.Write a function to check if two given strings are anagrams or not. Return “yes” if they are anagrams, otherwise return “no”. Input Specifications:input1: the first stringinput2: the second string Output Specification:Return “yes” if they are

Anagrams | Coding Problem Solve | codewindow.in Read More »

Number Puzzle | Coding Problem Solve | codewindow.in

Number Puzzle Given a set of numbers, one can arrange them in any order but must pay a penalty equal to the sum of the absolute differences between adjacent numbers.Return the minimum penalty that must be paid. Input Specification:input1:Length of an integer array of numbers (2<=input1<=1000)input2:Integer array (1<=input2[i]<=10000) Output specification:Return the minimum penalty. Example:Input1: 3Input2:

Number Puzzle | Coding Problem Solve | codewindow.in Read More »

Coding Questions | Numberland | Codewindow.in

In Numberland, the main occupation of its citizens is to perform tasks on numbers. One such important task is finding interesting number sequences. As per the Numberland Research institute, an interesting sequence is defined as a sequence of numbers that are consecutive, for instance: {10,11,12,13} is an interesting sequence but {2,5,8} is not. Mathematically, ni+1

Coding Questions | Numberland | Codewindow.in Read More »

PHP and MySQL

Mostly Asked Project Questions on PHP 1. What is your project topic?Ans. Tell your Project Topic in brief in two or three lines. 2. Why your project is unique from others?Ans. It is a very common question in most of the interviews. Mind it, the interviewer is focusing on listening to some different features that

PHP and MySQL Read More »