an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Is python good for freshers?
What is variable size arrays?and why we use it?
In which matrix, we can use multilinked structures?
Do all declaration statements result in a fixed reservation in memory?
How is a hashset implemented?
What is difference between set and map?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
You want to insert a new item in a binary search tree. How would you do it?
How do you find the depth of a binary tree?
Is array faster than arraylist?
What are different techniques for making hash function? Explain with example.
Can arraylist contain duplicates?
Can arraylist be empty?
What is peek in stack?