List the basic operations carried out in a linked list?


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

Post New Answer

More Data Structures Interview Questions

What does map stand for?

0 Answers  


What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?

3 Answers   CTS,


Can array store heterogeneous data?

0 Answers  


Are data structures important?

0 Answers  


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 ].

0 Answers  






What is a singletonlist?

0 Answers  


How is bubble sort done?

0 Answers  


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

0 Answers  


What is mergesort and hashtable?

0 Answers  


How do you find a string is anagram or not?

0 Answers  


What is an ordered list?

0 Answers  


What is rule regarding overriding equals and hascode method?

0 Answers  


Categories