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 a terminating character in c++?

0 Answers  


Is string data type in c++?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


What is the use of volatile variable?

0 Answers  






How do you establish an is-a relationship?

0 Answers  


What is #include iostream in c++?

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


What is jump statement in C++?

0 Answers   Ericsson,


Is turbo c++ free?

0 Answers  


Is c++ a float?

0 Answers  


Is java a c++?

0 Answers  


Categories