If there are 1 to 100 Numbers in array of 101 elements.
Which is the easy way to find repeated number?
Answer Posted / rahul
Binary Tree. But their exists better solution
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are built-in functions? What is the syntax for the definition?
Why is c++ so fast?
What are features of c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What kind of problems can be solved by a namespace?
What is the array and initializing arrays in c++?
What is lazy initialization in c++?
Which software is best for programming?
What is the purpose of the "delete" operator?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What do you mean by delegate? Can a user retain delegates?
What is setiosflags c++?
Why are pointers used?
If there are two catch statements, one for base and one for derived, which should come first?