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
Show the declaration for a static function pointer.
Explain dangling pointer.
What is c++ redistributable?
Can you please explain the difference between using macro and inline functions?
Is c++ used anymore?
Explain function overloading and operator overloading.
What is the use of setprecision in c++?
What is heap sort in c++?
What is insertion sorting?
What do you mean by global variables?
Why is c++ considered difficult?
Can you please explain the difference between static and dynamic binding of functions?
What do you mean by ‘void’ return type?
What is an adaptor class in c++?
what do you mean by volatile variable?