1 Jug with 24 litres water is to be split into 3 Jugs, one being the 24 litres, other one being 12 litres and last one 5 litres in such a way that 24 litres Jug contains 12 Litre. You can only use the water in the 24 litre jug, nothing more nothing less.
Developer Interview Questions
640,961 developer interview questions shared by candidates
Find any 3 consecutive similar numbers in an array
How to initialize a string
Experiences in angular and bootstrap
How to get the k smallest element in O(klogk) time
Given a string, that contains special character together with alphabets (‘a’ to ‘z’ and ‘A’ to ‘Z’), reverse the string in a way that special characters are not affected. Examples: Input: str = "a,b$c" Output: str = "c,b$a" Note that $ and , are not moved anywhere. Only subsequence "abc" is reversed Input: str = "Ab,c,de!$" Output: str = "ed,c,bA!$"
What is difference between Echo and Print??
How can you tell if a linked list is circular (goes on forever because it connects to a previous node)?
given an unordered list of numbers find all pairs that add up to x
Write a program to identify prime number, number sort, some oops related conceptual questions
Viewing 2101 - 2110 interview questions