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

List the features of oops in c++?

0 Answers  


What are the benefits of c++?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


the first character in the variable name must be an a) special symbol b) number c) alphabet

0 Answers  


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


How does code-bloating occur in c++?

0 Answers  


Define macro.

0 Answers  


What does #define mean in c++?

0 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


Can c++ do everything c can?

0 Answers  


Explain selection sorting. Also write an example.

0 Answers  


Categories