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

Tell me an example where stacks are useful?

0 Answers  


What is heap sort in c++?

0 Answers  


Is c or c++ more useful?

0 Answers  


What are stacks?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What is name mangling?

3 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


What is data binding in c++?

0 Answers  


Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


What is a class definition?

0 Answers  


Categories