How can you find the nodes with repetetive data in a linked
list?



How can you find the nodes with repetetive data in a linked list?..

Answer / murali

By parsing/processing the nodes
we attain O(n) to O(log(n)) depending on the type of data-
structure

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More C++ General Interview Questions

What is "map" in STL?

2 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


how many controls can we place on single form.

1 Answers   Microsoft,


What is ostream in c++?

0 Answers  


What is the main use of c++?

0 Answers  






Is java based off c++?

0 Answers  


What is a reference in C++?

1 Answers  


What is c++ namespace?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


What is a sequence in c++?

0 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  


Explain how functions are classified in C++ ?

0 Answers  


Categories