How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103441Coin Problem You are given 9 gold coins that look identical. One is counterfeit and weighs a bit greater than the others, but the difference is very small that only a balance scale can tell it from the real one. You have a balance scale that costs 25 USD per weighing. Give an algorithm that finds the counterfeit coin with as little weighting as possible. Of primary importance is that your algorithm is correct; of secondary importance is that your algorithm truly uses the minimum number of weightings possible. HINT: THE BEST ALGORITHM USES ONLY 2 WEIGHINGS!!!
1 15760If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 11294Post New Motorola Interview Questions
hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
How to calculate the angle in electrical transmission line
What is Electrical Grade Aluminum for Tubular BusBars. i am confused between 6063 and T6 or T5 and what is BS 2898 and BS 159?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
What are the ctrl shortcuts in excel?
What is the default error handler in camel?
What is the difference between convert.tostring and .tostring() method?
What are the Interesting points in desktop automation?
Where you see bpo in the current market? : bpo
The information from the software catalog is used by which component of the integration builder?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
If a user does not have access to a specific record type, will they be able to see the records that have that record type? : salesforce sharing and security
We want to explode bill of material automatically at time of order entry and explode an equipment bom in the sales order. What are the setting required?
what is the diff between LLT,GAB&TCP/IP?
How to write media query for mobiles?