Write an algorithm program in java for the following question..
1) S is a set of integers.X is an integer obtained by sum of two digits in S.
Write logic for whether or not the X is from the S.
The time of algorithm should not exceed o(n logn).
No Answer is Posted For this Question
Be the First to Post Answer
How can we find the sum of two linked lists using stack in java?
What is advantage of using threads?
What is the purpose of nested class in java?
Is string passed by reference in java?
How does sublist works in java?
whats the diff between jsp and servlets?
How many bytes is a char in java?
What do you mean by stream pipelining in java 8?
What is static block?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
what is polymorphism?
Explain when classnotfoundexception will be raised ?