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
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is the exact difference in between unicast and multicast object? Where we will use?
What is a boolean expression in java?
Hi Friends, can you give difference between extending thread class and implementing runnable interface.
Is object a data type?
Can we override static methods?
18 Answers Bally Technologies,
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
how to call One constructor from another;
Can an interface extend a class?
How do I find and replace in word?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
What is data member in java?