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

Explain what are accessor methods?

0 Answers  


What is lazy initialization in c++?

0 Answers  


Is c++ the hardest language?

0 Answers  


What are the various oops concepts in c++?

0 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,






How does java differ from c and c++?

0 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


What is the full form nasa?

0 Answers  


What is do..while loops structure?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

0 Answers  


Categories