How to create your own data structure in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

What are the different types of hash functions?

0 Answers  


How will you sort the elements of array in descending order?

0 Answers   Wipro,


Q#1: An algorithm is made up of 2 modules M1 and M2.If order of M1 is F(n) and order of M2 is g (n) then what is the order of the algorithm. Q # 2 : How many binary trees are possible with 3 nodes? with 4 nodes?

4 Answers  


Explain about the different lists available in the collection?

0 Answers  


How do we find duplicate elements in an array?

0 Answers  






“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?

0 Answers  


Differentiate linear from a nonlinear data structure?

0 Answers  


What is a vector element?

0 Answers  


Is quicksort recursive?

0 Answers  


How do you clear a stack?

0 Answers  


What are the standard ways in which a graph can be traversed?

0 Answers  


Which is better merge sort or quick sort?

0 Answers  


Categories