How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103652Coin 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 15773If 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 11331Post New Motorola Interview Questions
Relative Humidity (RH) is mostly used word in Datacenters, What are the defendents of RH
What is the default value of "java.rmi.server.usecodebaseonly" property?
List common functions in codeigniter?
2. What do you enjoy about your work place? 3. What is your work ethic? Give an example when your work ethic was challenged and how you dealt with it.
Is eclipse good for c++?
What is difference between method and constructor?
What are the different types of research possible?
Why should companies deploy sap bw/4 hana? What are the benefits?
Differentiate Source Codes from Object Codes
What is the canvas element in html5?
Is tomcat a framework?
Can you inherit multiple classes in c#?
Which module does is required for every angular 2 app?
Tell me what are the uses of the keyword volatile?
Tell me what are offset columns in bootstrap?