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.
1171Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
900Post New Data Structures Questions
What are the parts of a linked list?
State the demerits of linked representation of binary trees?
When is a graph said to be weakly connected?
Why we use linked list?
Why is arraylist not thread safe?
In what scenario, binary search can be used?
Is arraylist heterogeneous?
Does treemap preserve order?
Which interfaces are implemented by linkedhashset?
What are dynamic data structures?
What are binary search and fibonacci search?
Give a real time example of stack
Is map a collection?
What is difference between an Array and ArrayList?
What is quick sort example?