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
What is a sequence in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
How would you implement a substr() function that extracts a sub string from a given string?
What do you mean by function overriding & function overloading in c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What are special characters c++?
What does int * mean in c++?
What is overloading unary operator?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Can you use the function fprintf() to display the output on the screen?
Why was c++ made?
What flag means?
What are the two shift operators and what are their functions?
Why we use #include iostream in c++?
What are manipulators used for?