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
In c++, what is the difference between method overloading and method overriding?
Is c the same as c++?
What is a hash function c++?
Is c++ a good first language to learn?
How many different levels of pointers are there?
What problems might the following macro bring to the application?
what are function pointers?
Explain the register storage classes in c++.
What is expression parser in c++
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Why is c++ awesome?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Write a program to find the Factorial of a number
What is the difference between global variables and local variable
What is abstract keyword in c++?