If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
No Answer is Posted For this Question
Be the First to Post Answer
List some applications of tree-data structure?
Does hashset allow duplicates?
What is list and types of list?
What is the time complexity of arrays sort?
Program to remove duplicate elements in an array.
What is complete binary tree in data structure?
Check if duplicates exist in an array of N which has range 1 to N.
Why is hashset used?
What is data structure what is need of it?
Define a priority queue?
List the types of rotations available in splay 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 ].