An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
No Answer is Posted For this Question
Be the First to Post Answer
Which is better merge sort or quick sort?
What is the use of data structure in real life?
In an AVL tree, at what condition the balancing is to be done?
How long does it take to master data structures and algorithms?
What do you mean by priority queue?
Does hashset guarantee order?
Why is quicksort so fast?
How do I start preparing for placement?
State the rules to be followed during infix to prefix conversions?
Write the postfix form of the expression: (a + b) * (c - d)
Can a hashmap have duplicate keys?
Can hashmap have same key?