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

Can I run c program in turbo c++?

0 Answers  


How many static variables are created if you put one static member into a template class definition?

0 Answers  


What is the output of the following program? Why?

0 Answers  


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 full form of c++?

0 Answers  






Explain stack & heap objects?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


Can we use struct in c++?

0 Answers  


List the issue that the auto_ptr object handles?

0 Answers  


How to declaring variables in c++?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


Can c++ be faster than c?

0 Answers  


Categories