State the different types of linked lists?
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of algorithms?
Why null is not allowed in treemap?
Which interfaces are implemented by abstractqueue?
What does it mean to sort an array?
When should structures be passed by values or by reference?
Are hash tables ordered?
What is meant by balanced binary tree?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is binary tree give example?
What is bubble sort and selection sort?
Why is data structure used?
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.