merge sort time complexity
Answer Posted / guest
O(n log n)
| Is This Answer Correct ? | 121 Yes | 7 No |
Post New Answer View All Answers
how does database connection using ADO.NET?
3. What is the difference between testing and Quality Assurance?
Where do we need Operator overloading?
what is the difference between Windows application and Unix application?
what is integration testing in real time applications?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
what are importance in problem tracking
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
THE CHANNEL IN DATA COMMUNICATION CAN BE?
What is the difference beween joblib and steplib statements
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that