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 storage class used in c++?
What is the difference between an array and a list?
What kind of problems can be solved by a namespace?
How a new operator differs from the operator new?
Define the operators that can be used with a pointer.
What are advantages of using friend classes?
What is near, far and huge pointers? How many bytes are occupied by them?
Can we make copy constructor private in c++?
How can a called function determine the number of arguments that have been passed to it?
What is pair in c++?
What are the methods of exporting a function from a dll?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How to tokenize a string in c++?
What are the benefits of pointers?
What is static class data?