How can you find the nodes with repetetive data in a linked
list?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a sequence in c++?

763


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

800


How would you implement a substr() function that extracts a sub string from a given string?

770


What do you mean by function overriding & function overloading in c++?

797


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

863


What are special characters c++?

736


What does int * mean in c++?

950


What is overloading unary operator?

818


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

805


Can you use the function fprintf() to display the output on the screen?

937


Why was c++ made?

836


What flag means?

703


What are the two shift operators and what are their functions?

804


Why we use #include iostream in c++?

768


What are manipulators used for?

827