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 static member?
Define macro.
Where do I find the current c or c++ standard documents?
why is c++ called oops? Explain
Describe Trees using C++ with an example.
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
How is computer programming useful in real life?
Explain the concept of copy constructor?
What do you understand by a pure virtual member function?
Explain "const" reference arguments in function?
What are member functions used in c++?
Can a program run without main function?
Does c++ support multilevel and multiple inheritances?
Which software is used to run c++ program?
What does count ++ do in c++?